소스 검색

hotfix tab overflow

Justin Rhee 3 년 전
부모
커밋
3103855233
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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;