Skip to content

Commit

Permalink
make pickers show over buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
jdilag committed Dec 21, 2023
1 parent 164ffa5 commit cb31c0b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/components/ids-calendar/ids-calendar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,7 @@ $event-form-input-width: $event-form-width - ($event-form-padding * 2);
#event-form-content {
height: 100%;
overflow-y: auto;
padding-bottom: 50px;

ids-date-picker,
ids-time-picker {
Expand All @@ -303,4 +304,11 @@ $event-form-input-width: $event-form-width - ($event-form-padding * 2);
display: block;
}
}

#event-form-actions {
background-color: var(--ids-popup-menu-color-background-default);
position: absolute;
bottom: 0;
width: 100%;
}
}

0 comments on commit cb31c0b

Please sign in to comment.