diff --git a/client/drawer.scss b/client/drawer.scss index 92ac1e7e..98294426 100644 --- a/client/drawer.scss +++ b/client/drawer.scss @@ -5,6 +5,8 @@ max-width: 380px; z-index: 11; border-radius: 8px !important; + max-height: calc(100vh - 20px); + overflow: auto; .logo { height: 30px;