mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-05 05:57:40 +03:00
Add shadow to navbar
This commit is contained in:
parent
c7c787dff1
commit
e7b448a282
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue