This commit is contained in:
Chneemann 2024-04-01 19:57:04 +02:00
parent 4e0e518817
commit ace619a2ec
2 changed files with 8 additions and 2 deletions

View file

@ -57,6 +57,7 @@ app-header {
app-header {
position: fixed;
z-index: 2;
}
app-sidebar {

View file

@ -1,5 +1,5 @@
.navbar {
position: fixed;
position: absolute;
display: flex;
flex-direction: column;
top: 96px;
@ -10,7 +10,7 @@
border-radius: 20px 0 20px 20px;
box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
padding: 10px;
z-index: 1;
z-index: 2;
}
.language {
@ -52,3 +52,8 @@ span {
font-size: 16px;
font-weight: 400;
}
/*------------- RESPONSIVE -------------*/
@media screen and (max-width: 910px) {
}