WIP: feat: make today really today #1380

Closed
kergma-lw wants to merge 27 commits from fix/upcoming into fix/upcoming
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 294e89b6f7 - Show all commits

View File

@ -210,9 +210,9 @@ const customRangeActive = computed<Boolean>(() => {
<style lang="scss" scoped>
.datepicker-with-range-container {
position: relative;
z-index: 10;
:deep(.popup) {
z-index: 10;
margin-top: 1rem;
border-radius: $radius;
border: 1px solid var(--grey-200);