fix(modal): make scrolling on iOS Safari work
Some checks failed
continuous-integration/drone/push Build is failing

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
This commit is contained in:
kolaente 2024-09-18 19:00:47 +02:00
parent 6d9bda8cc1
commit 16d7386975

View File

@ -219,7 +219,6 @@ $modal-width: 1024px;
.modal-container {
height: auto;
overflow: visible;
min-height: 100vh;
}