Pārlūkot izejas kodu

Fix the index example scrollbars issue?

Artur Paikin 9 gadi atpakaļ
vecāks
revīzija
d4fa15ee7e
1 mainītis faili ar 1 papildinājumiem un 2 dzēšanām
  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%;