Skip to content
This repository was archived by the owner on Feb 7, 2023. It is now read-only.

Commit 84ab45f

Browse files
committed
Merge branch 'master' of https://github.com/GriffinArtworks/patternlab-php into hotfix-sass
2 parents 271d12a + c60757b commit 84ab45f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

public/styleguide/css/static.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ input[type=search] {
139139
padding: 0 1em;
140140
margin: 0 auto;
141141
overflow: hidden;
142+
}
142143
}
143144
/*End Footer*/
144145

public/styleguide/css/styleguide.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -528,6 +528,8 @@ $animate-quick: 0.2s;
528528
height: 100%;
529529
text-align: center;
530530
margin: 0 auto;
531+
-webkit-overflow-scrolling: touch;
532+
overflow: scroll;
531533

532534
&.hay-mode {
533535
-webkit-transition: all 40s linear;
@@ -864,4 +866,4 @@ $animate-quick: 0.2s;
864866
}
865867
.icon-eye:before {
866868
content: "\e001";
867-
}
869+
}

0 commit comments

Comments
 (0)