浏览代码

style: change view toggle bar position from sticky to static

- Updated the position of the view toggle bar in the dashboard from sticky to static for improved layout consistency.
- Adjusted the top positioning to align with the navigation bar height, enhancing overall user experience.
0235711 4 天之前
父节点
当前提交
0c7f5e4c33
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/app/pages/team-leader/dashboard/dashboard.scss

+ 1 - 1
src/app/pages/team-leader/dashboard/dashboard.scss

@@ -2401,7 +2401,7 @@
 
 // 🆕 视图切换按钮栏样式
 .view-toggle-bar {
-  position: sticky;
+  position: static;
   top: 50px; // 根据导航栏高度调整
   z-index: 99;
   background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);