Răsfoiți Sursa

hotfix tab overflow

Justin Rhee 3 ani în urmă
părinte
comite
3103855233
1 a modificat fișierele cu 0 adăugiri și 1 ștergeri
  1. 0 1
      dashboard/src/components/TabSelector.tsx

+ 0 - 1
dashboard/src/components/TabSelector.tsx

@@ -97,7 +97,6 @@ const TabWrapper = styled.div`
 
 const Tab = styled.div`
   height: 30px;
-  overflow-y: auto;
   margin-right: ${(props: { lastItem: boolean; highlight: string }) =>
     props.lastItem ? "" : "30px"};
   display: flex;