Client - fix Navbar on mobile and remove useless attribute
This commit is contained in:
parent
45abd58b79
commit
cebf877a6e
@ -111,7 +111,6 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
flex-grow: 1;
|
|
||||||
|
|
||||||
.calendar-row {
|
.calendar-row {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -282,6 +282,7 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
|
z-index: 1;
|
||||||
|
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user