Add a vertical scrolling

This commit is contained in:
Jean-Baptiste Bellet
2022-09-27 16:34:07 +02:00
parent b4e041c7e9
commit 157bdd9f3d
2 changed files with 12 additions and 6 deletions

View File

@@ -98,6 +98,11 @@
.menu {
width: 100%;
}
.menu_items {
max-height: 200px;
overflow-y: scroll;
}
}
position: relative;