style: z-index fixes for UI elements in user dropdown and editor toolbar

This commit is contained in:
Mehak Nasir
2022-12-23 13:29:32 +05:00
committed by Mehak Nasir
parent 283e16a477
commit c6a81e6d15

View File

@@ -117,9 +117,6 @@ $fa-font-path: "~font-awesome/fonts";
}
header {
.user-dropdown {
z-index: 1;
}
.logo {
margin-right: 1rem;
img {
@@ -262,3 +259,6 @@ header {
align-self: center;
}
}
.tox .tox-editor-header {
z-index: 0 !important;
}