Skip to content

Commit

Permalink
feat: added overflow:hidden for fallback if clip is not supported in …
Browse files Browse the repository at this point in the history
…target… (#6807)

* added overflow:hidden for fallback if clip is not supported in target browser

* swap fallbacks

---------

Co-authored-by: Cem Yılmaz <c.yilmaz@depaulisystems.com>
  • Loading branch information
XEngine and Cem Yılmaz authored Jul 3, 2023
1 parent 4530317 commit 5d8d6f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/core/core.less
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
margin-left: auto;
margin-right: auto;
position: relative;
overflow: hidden;
overflow: clip;
list-style: none;
padding: 0;
Expand Down
1 change: 1 addition & 0 deletions src/core/core.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
margin-left: auto;
margin-right: auto;
position: relative;
overflow: hidden;
overflow: clip;
list-style: none;
padding: 0;
Expand Down

0 comments on commit 5d8d6f9

Please sign in to comment.