mirror of
https://github.com/appwrite/appwrite
synced 2026-05-22 08:28:42 +00:00
Merge pull request #283 from TorstenDittmann/patch-1
hide scrollbar if not needed in menu
This commit is contained in:
commit
4a31e5d675
1 changed files with 2 additions and 2 deletions
|
|
@ -185,7 +185,7 @@
|
|||
}
|
||||
|
||||
.container {
|
||||
overflow: scroll;
|
||||
overflow: auto;
|
||||
height: ~"calc(100% - 183px)";
|
||||
padding-bottom: 50px;
|
||||
width: 100%;
|
||||
|
|
@ -752,4 +752,4 @@
|
|||
margin-top: 20px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue