feat: add date math for filters #1342

Merged
konrad merged 88 commits from feature/date-math into main 2022-03-28 17:30:43 +00:00
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);