diff --git a/frontend/src/views/Projects.vue b/frontend/src/views/Projects.vue index af5c5e5..d57be61 100644 --- a/frontend/src/views/Projects.vue +++ b/frontend/src/views/Projects.vue @@ -7,9 +7,11 @@ -
@@ -511,11 +506,20 @@ function formatDate(d) { font-size: 10px; background: #fff3e0; color: #e65100; padding: 2px 8px; border-radius: 8px; } -.toolbar { +.toolbar-sticky { + position: sticky; + top: 0; + z-index: 20; + background: linear-gradient(135deg, #f0faf5 0%, #e8f0e8 100%); + margin: 0 -12px; + padding: 0 12px; + border-bottom: 1.5px solid #d4e8d4; +} +.toolbar-inner { display: flex; align-items: center; justify-content: space-between; - margin-bottom: 16px; + padding: 12px 0; } .page-title {