Hide recently_viewed dropdown when other modal opens (#8538)

* hide recently viewed modal when other modal opens

* updated zindex
watcha-feature/make-nextcloud-documents-integration-a-local-widget
Yaya Usman 4 years ago committed by GitHub
parent 114f0721e4
commit fbb8581f77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      res/css/views/elements/_InteractiveTooltip.scss

@ -16,7 +16,7 @@ limitations under the License.
.mx_InteractiveTooltip_wrapper {
position: fixed;
z-index: 5000;
z-index: 3999;
}
.mx_InteractiveTooltip {

Loading…
Cancel
Save