Browse Source

whoops couldn't see the bottom of the left section

Jimmy Chion 3 năm trước cách đây
mục cha
commit
c13922ec06
2 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 1 0
      src/components/CodeBlocks/Output.tsx
  2. 1 0
      src/pages/index.tsx

+ 1 - 0
src/components/CodeBlocks/Output.tsx

@@ -92,6 +92,7 @@ const Container = styled.div`
     flex-wrap: nowrap;
     justify-content: flex-start;
     width: 100vw;
+    border-top: 2px solid #333;
   }
 `;
 

+ 1 - 0
src/pages/index.tsx

@@ -63,5 +63,6 @@ const Scroll = styled.div`
     padding: 0 ${(1 / 24) * 100}%;
     height: 100%;
     overflow-y: unset;
+    padding-bottom: 290px;
   }
 `;