mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Changed modals max height from 120% to 100% so that the content in the modal is never outside the viewport
This commit is contained in:
@@ -28,7 +28,7 @@ dialog, .reveal-modal {
|
||||
// Medium and up - when modal IS NOT full screen
|
||||
@media only screen and (min-width: 641px) {
|
||||
top: 10%;
|
||||
max-height: 120%;
|
||||
max-height: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user