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 9ca93ec commit 4cb8c0dCopy full SHA for 4cb8c0d
src/App.vue
@@ -53,7 +53,7 @@ export default {
53
min-height: calc(100vh - (#{$header-offset} + 1rem));
54
position:relative;
55
margin-top: calc(#{$header-offset} + 1rem);
56
- &.admin { margin-top: calc(#{$header-height} + 2rem); }
+ &.admin { margin-top: calc(#{$header-height} + 2rem); overflow-x: unset;}
57
.motd-visible & {
58
margin-top: calc(#{$header-offset} + 4rem);
59
0 commit comments