Skip to content

Commit

Permalink
Move style to component
Browse files Browse the repository at this point in the history
  • Loading branch information
oandregal committed Nov 15, 2024
1 parent e406199 commit 81726b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 4 additions & 0 deletions packages/dataviews/src/dataforms-layouts/panel/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,7 @@
.dataforms-layouts-panel__dropdown-header {
margin-bottom: $grid-unit-20;
}

.components-popover.components-dropdown__content.dataforms-layouts-panel__field-dropdown {
z-index: z-index(".components-popover.components-dropdown__content.dataforms-layouts-panel__field-dropdown");
}
4 changes: 0 additions & 4 deletions packages/edit-site/src/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,3 @@ body.js.site-editor-php {
}

@include wordpress-admin-schemes();

.components-popover.components-dropdown__content.dataforms-layouts-panel__field-dropdown {
z-index: z-index(".components-popover.components-dropdown__content.dataforms-layouts-panel__field-dropdown");
}

0 comments on commit 81726b3

Please sign in to comment.