feat: Editor bar visibility (#582)
* feat: fixed editor bar visibility * feat: fixed editor bar visibility * feat: fixed z index
This commit is contained in:
@@ -326,7 +326,7 @@ header {
|
||||
|
||||
.header-action-bar {
|
||||
background-color: #fff;
|
||||
z-index: 3;
|
||||
z-index: 2 !important;
|
||||
box-shadow: 0px 2px 4px rgb(0 0 0 / 15%), 0px 2px 8px rgb(0 0 0 / 15%);
|
||||
position: sticky;
|
||||
top: 0;
|
||||
@@ -344,6 +344,10 @@ header {
|
||||
}
|
||||
}
|
||||
|
||||
.tox-tinymce-aux {
|
||||
z-index: 1 !important;
|
||||
}
|
||||
|
||||
.breadcrumb-menu {
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user