style: z-index fixes for UI elements in user dropdown and editor toolbar
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user