fix: correct formatting of box-shadow properties in frontend styles

This commit is contained in:
Marek Lesko
2025-10-22 17:43:44 +00:00
parent 1de0aabf6c
commit 331c3d50f2
2 changed files with 6 additions and 5 deletions

View File

@@ -1,6 +1,7 @@
@use "../variables" as *; @use "../variables" as *;
html .topbar { html .topbar {
transition: background-color 0.5s ease; /* Smooth transition for background color */
position: sticky; position: sticky;
top: 0; top: 0;
z-index: 9; z-index: 9;