Skip to content

Commit e0c9ea4

Browse files
committed
fix(styles): remove body main overflow that was hiding popup selectors
1 parent 269f833 commit e0c9ea4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/StyleWrapper/stretchStyleDefaultView.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,15 @@ body:not(.is-authenticated):not(.document_wide_view) .stretch {
2222
transform: none;
2323
}
2424

25-
body:not(.is-authenticated):not(.document_wide_view) main {
25+
/* commented out due to https://github.com/eea/volto-block-style/issues/95 */
26+
/* body:not(.is-authenticated):not(.document_wide_view) main {
2627
overflow: hidden;
2728
}
2829
2930
body:not(.view-editview):not(.view-addview):not(.document_wide_view):not(.is-anonymous)
3031
main {
3132
overflow: hidden;
32-
}
33+
} */
3334

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

0 commit comments

Comments
 (0)