Commit e63e300827b44cfdf689ad2f04cbdde9c2bb35fe

Authored by --global
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
... ... @@ -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