mirror of
https://github.com/flarum/core.git
synced 2025-07-31 05:30:38 +02:00
Fix Modal width on <768px screens not occupying the whole page
This commit is contained in:
@@ -156,6 +156,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
.Modal {
|
.Modal {
|
||||||
|
max-width: 100%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
-webkit-transform: none !important;
|
-webkit-transform: none !important;
|
||||||
transform: none !important;
|
transform: none !important;
|
||||||
|
Reference in New Issue
Block a user