mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-08-22 02:55:52 -05:00
Fix ad covering full screen modals Closes #2314
This commit is contained in:
@@ -46,9 +46,10 @@
|
||||
}
|
||||
|
||||
.fullScreenModal {
|
||||
min-width: 100vw;
|
||||
min-height: 100vh;
|
||||
min-width: 100%;
|
||||
min-height: 100%;
|
||||
border-radius: 0;
|
||||
padding-block-end: var(--s-32);
|
||||
}
|
||||
|
||||
.modal[data-entering] {
|
||||
|
||||
Reference in New Issue
Block a user