mirror of
https://github.com/element-hq/element-web
synced 2024-11-26 19:26:04 +03:00
Hide recently_viewed dropdown when other modal opens (#8538)
* hide recently viewed modal when other modal opens * updated zindex
This commit is contained in:
parent
114f0721e4
commit
fbb8581f77
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ limitations under the License.
|
||||||
|
|
||||||
.mx_InteractiveTooltip_wrapper {
|
.mx_InteractiveTooltip_wrapper {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
z-index: 5000;
|
z-index: 3999;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_InteractiveTooltip {
|
.mx_InteractiveTooltip {
|
||||||
|
|
Loading…
Reference in a new issue