Skip to content

Commit

Permalink
feat(core): move default container overflow back to hidden
Browse files Browse the repository at this point in the history
  • Loading branch information
nolimits4web committed Sep 19, 2023
1 parent 88d463a commit 88941a8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/core/core.less
Expand Up @@ -17,7 +17,6 @@
margin-right: auto;
position: relative;
overflow: hidden;
overflow: clip;
list-style: none;
padding: 0;
/* Fix of Webkit flickering */
Expand Down
1 change: 0 additions & 1 deletion src/core/core.scss
Expand Up @@ -19,7 +19,6 @@
margin-right: auto;
position: relative;
overflow: hidden;
overflow: clip;
list-style: none;
padding: 0;
/* Fix of Webkit flickering */
Expand Down

0 comments on commit 88941a8

Please sign in to comment.