Fix menu button position in card modal

Signed-off-by: Lera Dmitrieva <dmit.valerya@yandex.ru>
This commit is contained in:
Lera Dmitrieva
2021-09-16 16:16:02 +03:00
committed by backportbot[bot]
parent f78f8bfd7f
commit 1bc28c68a5

View File

@@ -202,7 +202,6 @@ export default {
.app-sidebar-header { .app-sidebar-header {
position: sticky; position: sticky;
top: 0; top: 0;
padding-top: $modal-padding;
z-index: 100; z-index: 100;
background-color: var(--color-main-background); background-color: var(--color-main-background);
} }