diff options
author | Marius Peter <marius.peter@tutanota.com> | 2024-12-31 19:25:07 +0100 |
---|---|---|
committer | Marius Peter <marius.peter@tutanota.com> | 2024-12-31 19:25:07 +0100 |
commit | e03e7b2c3fd8d5bc97d9ca46594ec6dc689bce64 (patch) | |
tree | 7f7e0a959a9aae9a0b7104a2225f240d61b0e755 /app/assets/stylesheets/components/nav_top.css | |
parent | fe5c5b24c462243fcb7c13b3f380378d8935fba2 (diff) |
Updated stylesheets.
Diffstat (limited to 'app/assets/stylesheets/components/nav_top.css')
-rw-r--r-- | app/assets/stylesheets/components/nav_top.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/assets/stylesheets/components/nav_top.css b/app/assets/stylesheets/components/nav_top.css index a3247a4..8406ba3 100644 --- a/app/assets/stylesheets/components/nav_top.css +++ b/app/assets/stylesheets/components/nav_top.css @@ -4,6 +4,8 @@ nav#top { display: flex; justify-content: space-between; align-items: center; + top: 0; + position: sticky; ul { display: flex; |