Skip to content

Commit

Permalink
override volto-block-styles
Browse files Browse the repository at this point in the history
  • Loading branch information
nileshgulia1 committed Dec 19, 2022
1 parent 2fe1b21 commit 0f6d4b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"devDependencies": {
"@cypress/code-coverage": "^3.9.5",
"@plone/scripts": "*",
"cypress-fail-fast": "^5.0.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"cypress-fail-fast": "^5.0.1",
"md5": "^2.3.0"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions theme/site/globals/site.overrides
Original file line number Diff line number Diff line change
Expand Up @@ -556,11 +556,11 @@ body:not(.has-toolbar-collapsed):not(.anonymous) {

// to override volto-blocks-style
body:not(.view-editview):not(.document_wide_view):not(.is-anonymous) main {
overflow: inherit;
overflow: inherit !important;
}

body:not(.is-authenticated):not(.document_wide_view) main, body:not(.view-editview):not(.document_wide_view):not(.is-anonymous) main {
overflow: inherit;
overflow: inherit !important;
}

.personal-tools.pastanaga-menu {
Expand Down

0 comments on commit 0f6d4b4

Please sign in to comment.