Justin Rhee 3 лет назад
Родитель
Сommit
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;