mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-23 11:31:57 +03:00
Fixed Planning Calendar glitches (#4462)
Signed-off-by: Alexander Platov <sas_lord@mail.ru>
This commit is contained in:
parent
5f87e4d72e
commit
af3c88b000
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user