소스 검색

Fix the index example scrollbars issue?

Artur Paikin 9 년 전
부모
커밋
d4fa15ee7e
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      website/themes/uppy/source/css/_index.scss

+ 1 - 2
website/themes/uppy/source/css/_index.scss

@@ -74,7 +74,6 @@
 .IndexHero-taglinePart {
   transition: all ease-in-out 0.6s;
   opacity: 0;
-  // color: $color-pink;
 
   &.is-visible { opacity: 1; }
 }
@@ -214,7 +213,7 @@
   text-align: left;
   background-color: $color-codebg;
   border-radius: $size-radius;
-  overflow-x: scroll;
+  overflow: hidden;
 
   @media #{$screen-medium} {
     width: 43%;