mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
resize popover to dinamic height
This commit is contained in:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user