Add shadow to navbar
This commit is contained in:
parent
c7c787dff1
commit
e7b448a282
@ -38,6 +38,7 @@ nav {
|
|||||||
min-height: 40px;
|
min-height: 40px;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
width: calc(100% - 30px);
|
width: calc(100% - 30px);
|
||||||
|
box-shadow: var(--shadow);
|
||||||
top: 0;
|
top: 0;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user