mirror of
https://github.com/flarum/core.git
synced 2025-04-13 19:51:54 +02:00
Fix Modal width on <768px screens not occupying the whole page
This commit is contained in:
parent
d7bdc173a4
commit
9c0d921f49
@ -156,6 +156,7 @@
|
||||
}
|
||||
}
|
||||
.Modal {
|
||||
max-width: 100%;
|
||||
margin: 0;
|
||||
-webkit-transform: none !important;
|
||||
transform: none !important;
|
||||
|
Loading…
x
Reference in New Issue
Block a user