This commit is contained in:
Peter Maquiran
2023-03-10 11:41:44 +01:00
parent 9c7281ce48
commit a25b8ba40f
6 changed files with 40 additions and 23 deletions
+26
View File
@@ -348,6 +348,32 @@ $app-theme: mat-light-theme(
right: 0 !important;
top: unset !important;
}
.popover-bottom::part(content), .popover-bottom .popover-content {
top: unset !important;
bottom: 0px;
position: absolute;
width: 100%;
left: 0px !important;
right: 0px;
}
.chat-option-aside::part(content), .chat-option-aside .modal-wrapper{
position: absolute;
right: 0px;
height: 90%;
max-width: 100%;
top: -40px;
border-radius: 0 0 25px 25px;
-webkit-border-radius: 0 0 25px 25px;
-moz-border-radius: 0 0 25px 25px;
-ms-border-radius: 0 0 25px 25px;
-o-border-radius: 0 0 25px 25px;
max-width: 400px;
width: 100%;
opacity: 1;
}
.exp-options .popover-content {
width: 100% !important;
left: 0 !important;