Client - fix Navbar on mobile and remove useless attribute

This commit is contained in:
Sam 2021-09-20 12:30:06 +02:00
parent 45abd58b79
commit cebf877a6e
2 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,6 @@
display: flex;
flex-direction: column;
width: 100%;
flex-grow: 1;
.calendar-row {
display: flex;

View File

@ -282,6 +282,7 @@
display: flex;
flex-direction: column;
justify-content: flex-start;
z-index: 1;
position: absolute;
top: 0;