Fixed Planning Calendar glitches (#4462)

Signed-off-by: Alexander Platov <sas_lord@mail.ru>
This commit is contained in:
Alexander Platov 2024-01-28 20:38:46 +03:00 committed by GitHub
parent 5f87e4d72e
commit af3c88b000
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1027,7 +1027,7 @@
<style lang="scss">
.calendar-container {
will-change: scroll-position;
will-change: transform;
position: relative;
display: grid;
@ -1168,13 +1168,13 @@
z-index: 15;
&:not(.head) {
top: 3.5rem;
top: calc(3.5rem - 0.5px);
border-top: 1px solid var(--theme-divider-color);
border-bottom: 1px solid var(--theme-divider-color);
}
&.head,
&.top {
top: 0;
top: -0.5px;
}
&.zm {
top: var(--calendar-ad-height, 2.25rem);