Browse Source

Fix double scrollnbar

pull/497/head
Jip Fr 2 years ago
parent
commit
d20fc4bf82
  1. 1
      src/assets/css/index.css

1
src/assets/css/index.css

@ -7,7 +7,6 @@ body { @@ -7,7 +7,6 @@ body {
@apply bg-background-main font-open-sans text-type-text overflow-x-hidden;
min-height: 100vh;
min-height: 100dvh;
position: relative;
}
html[data-full],

Loading…
Cancel
Save