Skip to content

Commit

Permalink
Fix blocks chooser index and add a bit of breath to the left in the s… (
Browse files Browse the repository at this point in the history
#5647)

Co-authored-by: David Ichim <ichim.david@gmail.com>
  • Loading branch information
sneridagh and ichim-david authored Jan 24, 2024
1 parent ba0d211 commit accb714
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Empty file added packages/volto/news/5647.bugfix
Empty file.
7 changes: 7 additions & 0 deletions packages/volto/theme/themes/pastanaga/extras/blocks.less
Original file line number Diff line number Diff line change
Expand Up @@ -786,6 +786,7 @@ body.has-toolbar.has-sidebar-collapsed .ui.wrapper > .ui.inner.block.full {
}

.ui.form .ui.input input {
padding-left: 5px;
//reset for semantic-ui outline:none
border-width: @1px;
border-color: transparent;
Expand Down Expand Up @@ -1189,4 +1190,10 @@ body.has-toolbar.has-sidebar-collapsed .ui.wrapper > .ui.inner.block.full {
}
}

// If using popperjs, we need also to set preference too to the
// popperjs container. The sidebar container has 150, so it has to be higher.
[data-popper-placement] {
z-index: 200;
}

@import 'teaser';

0 comments on commit accb714

Please sign in to comment.