mirror of
https://github.com/quantum5/qcal.git
synced 2025-04-24 17:51:57 -04:00
Prevent text bleeding
This commit is contained in:
parent
ff7de4762e
commit
1a7c4915e1
|
@ -17,7 +17,7 @@
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
position: sticky;
|
position: sticky;
|
||||||
top: 0;
|
top: 0;
|
||||||
z-index: 1;
|
z-index: 20;
|
||||||
background: white;
|
background: white;
|
||||||
margin-top: -$spacer * 4;
|
margin-top: -$spacer * 4;
|
||||||
padding-top: $spacer * 4;
|
padding-top: $spacer * 4;
|
||||||
|
@ -93,6 +93,7 @@
|
||||||
background: white;
|
background: white;
|
||||||
margin-top: -$spacer * 7.5;
|
margin-top: -$spacer * 7.5;
|
||||||
padding-top: $spacer * 7.5;
|
padding-top: $spacer * 7.5;
|
||||||
|
z-index: 19;
|
||||||
}
|
}
|
||||||
|
|
||||||
.Month-days {
|
.Month-days {
|
||||||
|
@ -183,7 +184,7 @@
|
||||||
border: 1px solid;
|
border: 1px solid;
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
z-index: 20;
|
z-index: 10;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue