Make the framework active tap's content fully displayed

This commit is contained in:
Hadi Nategh 2022-10-06 12:53:02 +02:00
parent ccee240055
commit ce622f591b
2 changed files with 6 additions and 0 deletions

View File

@ -4591,6 +4591,9 @@ span.overlayContainer img.overlay {
border-right: 1px solid #bfc0bf;
border-bottom: 4px solid white !important;
border-top: 4px solid transparent;
width: -webkit-fill-available;
width: -moz-available;
max-width: fit-content !important;
background-color: #ffffff;
background-image: none !important;
}

View File

@ -151,6 +151,9 @@
border-right: 1px solid #bfc0bf;
border-bottom: 4px solid white !important;
border-top: 4px solid transparent;
width: -webkit-fill-available;
width: -moz-available;
max-width: fit-content!important;
.background_color_0_gray ;
background-image:none !important;
&:hover {