Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit fbb8581

Browse files
authored
Hide recently_viewed dropdown when other modal opens (#8538)
* hide recently viewed modal when other modal opens * updated zindex
1 parent 114f072 commit fbb8581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

res/css/views/elements/_InteractiveTooltip.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ limitations under the License.
1616

1717
.mx_InteractiveTooltip_wrapper {
1818
position: fixed;
19-
z-index: 5000;
19+
z-index: 3999;
2020
}
2121

2222
.mx_InteractiveTooltip {

0 commit comments

Comments
 (0)