mirror of
https://github.com/flarum/framework.git
synced 2025-02-12 02:34:15 +08:00
Fix Modal width on <768px screens not occupying the whole page
This commit is contained in:
parent
0ef0b0c0c0
commit
898ab9000e
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user