fix(modal): make scrolling on iOS Safari work
This fixes a bug where the full-screen modal would not work on iOS Safari (and only there). It's unclear why this is happening due to a single overflow: visible statement though. Resolves https://github.com/go-vikunja/vikunja/issues/325 (cherry picked from commit 16d73869752cea8ffcc73ee6be3021994cd6b6c1)
This commit is contained in:
parent
21cc3722a1
commit
4d2a567c46
@ -219,7 +219,6 @@ $modal-width: 1024px;
|
|||||||
|
|
||||||
.modal-container {
|
.modal-container {
|
||||||
height: auto;
|
height: auto;
|
||||||
overflow: visible;
|
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user