Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
oguzhanogreden committed Sep 16, 2020
1 parent af74842 commit 4d319d2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/sass/index.sass
Original file line number Diff line number Diff line change
Expand Up @@ -579,8 +579,11 @@ $calendar-date-padding: .1rem 0 !default

.modal
.datetimepicker
display: block
display: none
max-height: 95vh
width: 22rem
max-width: 95vw
overflow-y: auto
overflow-y: auto

.datetimepicker.is-active
display: block

0 comments on commit 4d319d2

Please sign in to comment.