Skip to content

Commit

Permalink
Hide recently_viewed dropdown when other modal opens (#8538)
Browse files Browse the repository at this point in the history
* hide recently viewed modal when other modal opens

* updated zindex
  • Loading branch information
yaya-usman committed May 10, 2022
1 parent 114f072 commit fbb8581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion res/css/views/elements/_InteractiveTooltip.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ limitations under the License.

.mx_InteractiveTooltip_wrapper {
position: fixed;
z-index: 5000;
z-index: 3999;
}

.mx_InteractiveTooltip {
Expand Down

0 comments on commit fbb8581

Please sign in to comment.