Skip to content

Commit

Permalink
fix show days
Browse files Browse the repository at this point in the history
  • Loading branch information
AlaraBread committed Feb 18, 2024
1 parent 2cf699d commit a78cf83
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/(pages)/shows/shows.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
.calendar {
width: 90%;
position: relative;
display: flex;
flex-direction: column;
align-items: flex-end;
}
Expand Down Expand Up @@ -176,7 +177,7 @@
position: sticky;
background-color: var(--bg2-color);
top: 0.5rem;
left: 0.5rem;
right: 0.5rem;
z-index: 3;
margin: 0;
}
Expand Down

0 comments on commit a78cf83

Please sign in to comment.