Fixed double scrollbar (#159)

This commit is contained in:
Redblueflame 2021-04-11 19:03:52 +02:00 committed by GitHub
parent 487c1a58d6
commit 862df1d2df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -210,8 +210,6 @@ export default {
<style lang="scss">
.layout {
overflow-y: auto;
overflow-x: hidden;
background-color: var(--color-bg);
display: block;
height: 100vh;