Merge pull request #10496 from opf/fix/41535-datepicker-overflow-2

Increase width of datepicker modal
bug/41714-clicking-on-files-tab-scrolls-up-on-ios
Henriette Darge 3 years ago committed by GitHub
commit e2659f3fd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      frontend/src/app/shared/components/datepicker/datepicker.modal.sass

@ -4,7 +4,7 @@
width: auto
// prevent additional content like notifications to
// drastically increase the width.
max-width: 700px
max-width: 730px
box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.25)
padding: 5px 0 0 0

Loading…
Cancel
Save