Skip to content

Commit

Permalink
fix: add touch-action: none style to splitbar
Browse files Browse the repository at this point in the history
The touch-action none is now enforced through the themes rather than with a utility class
  • Loading branch information
TeyaVes committed Nov 20, 2024
1 parent 9444bda commit ce1df77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/default/scss/splitter/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
outline: 0;
position: absolute;
user-select: none;
touch-action: none;
display: flex;
align-items: center;
justify-content: center;
Expand Down
1 change: 1 addition & 0 deletions packages/fluent/scss/splitter/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
outline: 0;
position: absolute;
user-select: none;
touch-action: none;
display: flex;
align-items: center;
justify-content: center;
Expand Down

0 comments on commit ce1df77

Please sign in to comment.