We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 269f833 commit e0c9ea4Copy full SHA for e0c9ea4
src/StyleWrapper/stretchStyleDefaultView.css
@@ -22,14 +22,15 @@ body:not(.is-authenticated):not(.document_wide_view) .stretch {
22
transform: none;
23
}
24
25
-body:not(.is-authenticated):not(.document_wide_view) main {
+/* commented out due to https://github.com/eea/volto-block-style/issues/95 */
26
+/* body:not(.is-authenticated):not(.document_wide_view) main {
27
overflow: hidden;
28
29
30
body:not(.view-editview):not(.view-addview):not(.document_wide_view):not(.is-anonymous)
31
main {
32
-}
33
+} */
34
35
/* detect if is logged in but in view with toolbar open */
36
0 commit comments