Duration picker alpha-version done

This commit is contained in:
tiago.kayaya
2021-01-06 15:28:42 +01:00
parent 23ee5d8862
commit 3f449abc3e
7 changed files with 167 additions and 19 deletions
+9
View File
@@ -299,6 +299,15 @@
max-height: 210px;
min-height: 210px;
}
.group-duration .popover-content{
width: 100% !important;
left: 0 !important;
bottom: 0 !important;
right: 0 !important;
top: calc(100% - 500px) !important;
max-height: 500px;
min-height: 500px;
}
/* .event-actions-popover ion-list{
} */