resize popover to dinamic height

This commit is contained in:
tiago.kayaya
2021-08-20 15:27:36 +01:00
parent d78e8bab59
commit e11e666f1f
+5 -15
View File
@@ -318,27 +318,21 @@ $app-theme: mat-light-theme((
left: 0 !important;
bottom: 0 !important;
right: 0 !important;
top: calc(100% - 160px) !important;
max-height: 160px;
min-height: 160px;
top: unset !important;
}
.messages-options .popover-content{
width: 100% !important;
left: 0 !important;
bottom: 0 !important;
right: 0 !important;
top: calc(100% - 90px) !important;
max-height: 90px;
min-height: 90px;
top: unset !important;
}
.events-options .popover-content{
width: 100% !important;
left: 0 !important;
bottom: 0 !important;
right: 0 !important;
top: calc(100% - 190px) !important;
max-height: 190px;
min-height: 190px;
top: unset !important;
}
.exp-options .popover-content{
width: 100% !important;
@@ -361,18 +355,14 @@ $app-theme: mat-light-theme((
left: 0 !important;
bottom: 0 !important;
right: 0 !important;
top: calc(100% - 210px) !important;
max-height: 210px;
min-height: 210px;
top: unset !important;
}
.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;
top: unset !important;
}
/* .event-actions-popover ion-list{