mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-05-07 03:58:09 -05:00
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
This commit is contained in:
@@ -219,7 +219,6 @@ $modal-width: 1024px;
|
||||
|
||||
.modal-container {
|
||||
height: auto;
|
||||
overflow: visible;
|
||||
min-height: 100vh;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user