Fix call top button z-index in speaker mode
This commit is contained in:
parent
99b2bc304e
commit
063a1d9df3
2 changed files with 3 additions and 1 deletions
|
@ -3723,7 +3723,7 @@ button.module-image__border-overlay:focus {
|
|||
background: linear-gradient($color-black-alpha-40, transparent);
|
||||
top: 0;
|
||||
width: 100%;
|
||||
z-index: $z-index-above-base;
|
||||
z-index: $z-index-above-above-base;
|
||||
-webkit-app-region: drag;
|
||||
}
|
||||
|
||||
|
@ -3743,6 +3743,7 @@ button.module-image__border-overlay:focus {
|
|||
display: flex;
|
||||
flex: 1 1 0;
|
||||
width: 100%;
|
||||
z-index: $z-index-above-base;
|
||||
|
||||
&__grid {
|
||||
flex-grow: 1;
|
||||
|
|
|
@ -149,6 +149,7 @@
|
|||
padding-block: 5px;
|
||||
padding-inline: 12px;
|
||||
filter: drop-shadow(0px 4px 3px $color-black-alpha-20);
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
&__tooltip .module-tooltip-arrow::before {
|
||||
|
|
Loading…
Reference in a new issue