feat: Editor bar visibility (#582)

* feat: fixed editor bar visibility

* feat: fixed editor bar visibility

* feat: fixed z index
This commit is contained in:
vladislavkeblysh
2024-01-04 22:24:12 +02:00
committed by GitHub
parent b467298d9a
commit 9e95458168

View File

@@ -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;
}