mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
hide scrollbar if not needed in menu
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user