mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
fix: day of week header missing #5168
This commit is contained in:
parent
61d03a8ebf
commit
699e244026
1 changed files with 3 additions and 3 deletions
|
|
@ -10,10 +10,11 @@
|
|||
|
||||
// we need this to prevent problems with route ani and scroll behavior
|
||||
.scroll-wrapper {
|
||||
position: absolute;
|
||||
inset: 0;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
overflow-y: scroll;
|
||||
overflow-x: hidden;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
header {
|
||||
|
|
@ -39,7 +40,6 @@ header {
|
|||
}
|
||||
|
||||
.days {
|
||||
grid-auto-flow: column;
|
||||
display: grid;
|
||||
place-content: center;
|
||||
text-align: center;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue