Fix call top button z-index in speaker mode

This commit is contained in:
ayumi-signal 2023-10-30 11:30:29 -07:00 committed by GitHub
parent 99b2bc304e
commit 063a1d9df3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

@ -3723,7 +3723,7 @@ button.module-image__border-overlay:focus {
background: linear-gradient($color-black-alpha-40, transparent); background: linear-gradient($color-black-alpha-40, transparent);
top: 0; top: 0;
width: 100%; width: 100%;
z-index: $z-index-above-base; z-index: $z-index-above-above-base;
-webkit-app-region: drag; -webkit-app-region: drag;
} }
@ -3743,6 +3743,7 @@ button.module-image__border-overlay:focus {
display: flex; display: flex;
flex: 1 1 0; flex: 1 1 0;
width: 100%; width: 100%;
z-index: $z-index-above-base;
&__grid { &__grid {
flex-grow: 1; flex-grow: 1;

View file

@ -149,6 +149,7 @@
padding-block: 5px; padding-block: 5px;
padding-inline: 12px; padding-inline: 12px;
filter: drop-shadow(0px 4px 3px $color-black-alpha-20); filter: drop-shadow(0px 4px 3px $color-black-alpha-20);
pointer-events: none;
} }
&__tooltip .module-tooltip-arrow::before { &__tooltip .module-tooltip-arrow::before {