mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-27 21:06:49 +00:00
Add a vertical scrolling
This commit is contained in:
@@ -98,6 +98,11 @@
|
||||
.menu {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.menu_items {
|
||||
max-height: 200px;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
}
|
||||
|
||||
position: relative;
|
||||
|
||||
Reference in New Issue
Block a user