Skip to content

Commit

Permalink
Merge overflow fix and tweak padding
Browse files Browse the repository at this point in the history
  • Loading branch information
lewish committed Feb 23, 2024
1 parent adb538f commit 8ac46dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/drawer.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
max-width: 380px;
z-index: 11;
border-radius: 8px !important;
max-height: calc(100vh - 40px);
overflow: auto;
}

.drawer .logo {
Expand Down

0 comments on commit 8ac46dd

Please sign in to comment.