Răsfoiți Sursa

fix(ui): tab click hit area

adamelmore 3 săptămâni în urmă
părinte
comite
a5b72a7d99
1 a modificat fișierele cu 2 adăugiri și 0 ștergeri
  1. 2 0
      packages/ui/src/components/tabs.css

+ 2 - 0
packages/ui/src/components/tabs.css

@@ -239,6 +239,7 @@
       background-color: transparent;
 
       [data-slot="tabs-trigger"] {
+        height: 100%;
         padding: 0 8px;
         gap: 8px;
         justify-content: flex-start;
@@ -333,6 +334,7 @@
           gap: 12px;
           justify-content: flex-start;
           width: 100%;
+          height: 100%;
         }
 
         [data-component="icon"] {