fix z-index mountView

This commit is contained in:
2024-05-19 11:53:26 +02:00
parent 7a49409991
commit 2ac5d0f72c

View File

@@ -21,7 +21,6 @@
width: 100%;
display: flex;
min-width: var(--frcal--min-width, 1000px);
z-index: 10;
}
.frcal__month_first {
@@ -182,6 +181,7 @@
background-color: var(--background-primary);
overflow-y: scroll;
text-align: center;
z-index: 10;
}
.frcal__mountView tr:hover {