GITLAB
Luigi
/ wrapper-demo
Toggle navigation
Sign in
Sign in
Activity
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
e63e300827b44cfdf689ad2f04cbdde9c2bb35fe
Authored by
--global
2019-01-22 15:02:59 -0300
1 parent
92a8efb0b0
Exists in
master
overflow: hidden
Showing
1 changed file
with
4 additions
and
0 deletions
Show diff stats
src/sass/general.scss
Side-by-side Diff
Inline Diff
src/sass/general.scss
Diff comments
View file @
e63e300
...
...
@@ -48,3 +48,7 @@ input::-webkit-inner-spin-button {
48
48
.front-index{
49
49
z-index: 9999;
50
50
}
51
+
52
+.foca-overflow-hidden{
53
+ overflow: hidden;
54
+}
51
55
\ No newline at end of file