mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-01 02:03:22 +00:00
Remove height limit for modals in small screens
This commit is contained in:
@@ -20,7 +20,6 @@ dialog
|
||||
|
||||
// Small - when modal IS full screen
|
||||
@media only screen and (max-width: 640px) {
|
||||
height: 500px;
|
||||
left: 0;
|
||||
max-height: 100%;
|
||||
position: absolute !important;
|
||||
|
||||
Reference in New Issue
Block a user