mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-11 03:40:20 +00:00
Add scroll bar to modal component
When content is too big, the bottom is displayed off screen
This commit is contained in:
@@ -9,6 +9,11 @@
|
||||
padding: 1.2rem;
|
||||
}
|
||||
|
||||
&.big {
|
||||
max-height: 50em;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
|
||||
Reference in New Issue
Block a user