feat: bổ sung phần section-item và section tab

This commit is contained in:
2026-07-24 17:00:22 +07:00
parent 6a17e7036c
commit 17a284ad17
5 changed files with 536 additions and 188 deletions
+6
View File
@@ -47,3 +47,9 @@ body {
font-size: 11px;
backdrop-filter: blur(4px);
}
/* Disable mouse pointer events on SVG icons to prevent SVGAnimatedString className type errors in event listeners */
svg, i[data-lucide] {
pointer-events: none;
}