Jelajahi Sumber

fix overflow on background pattern

drillprop 4 tahun lalu
induk
melakukan
ae609d4399
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      src/components/BackgroundPattern.tsx

+ 1 - 1
src/components/BackgroundPattern.tsx

@@ -14,7 +14,7 @@ const StyledBackgroundPatternContainer = styled.div`
   top: 0;
   width: 100%;
   height: 90vh;
-  overflow-x: hidden;
+  overflow: hidden;
   z-index: ${zIndex.background};
   &.${transitions.names.fade}-exit-active {
     z-index: ${zIndex.farBackground};