Skip to content

Commit 4cb8c0d

Browse files
committed
fix: clipping in admin mobile
1 parent 9ca93ec commit 4cb8c0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export default {
5353
min-height: calc(100vh - (#{$header-offset} + 1rem));
5454
position:relative;
5555
margin-top: calc(#{$header-offset} + 1rem);
56-
&.admin { margin-top: calc(#{$header-height} + 2rem); }
56+
&.admin { margin-top: calc(#{$header-height} + 2rem); overflow-x: unset;}
5757
.motd-visible & {
5858
margin-top: calc(#{$header-offset} + 4rem);
5959

0 commit comments

Comments
 (0)