Skip to content

Commit

Permalink
fix(styles): remove body main overflow that was hiding popup selectors
Browse files Browse the repository at this point in the history
  • Loading branch information
ichim-david committed Jan 27, 2024
1 parent 269f833 commit e0c9ea4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/StyleWrapper/stretchStyleDefaultView.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,15 @@ body:not(.is-authenticated):not(.document_wide_view) .stretch {
transform: none;
}

body:not(.is-authenticated):not(.document_wide_view) main {
/* commented out due to https://github.com/eea/volto-block-style/issues/95 */
/* body:not(.is-authenticated):not(.document_wide_view) main {
overflow: hidden;
}
body:not(.view-editview):not(.view-addview):not(.document_wide_view):not(.is-anonymous)
main {
overflow: hidden;
}
} */

/* detect if is logged in but in view with toolbar open */
body:not(.view-editview):not(.view-addview):not(.document_wide_view):not(.is-anonymous)
Expand Down

0 comments on commit e0c9ea4

Please sign in to comment.