Skip to content

Commit ec493ac

Browse files
committed
fix(splitter): add touch-action: none style to splitbar
The touch-action none is now enforced through the themes rather than with a utility class
1 parent a809adf commit ec493ac

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

packages/default/scss/splitter/_layout.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
outline: 0;
4848
position: absolute;
4949
user-select: none;
50+
touch-action: none;
5051
display: flex;
5152
align-items: center;
5253
justify-content: center;

packages/fluent/scss/splitter/_layout.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
outline: 0;
4747
position: absolute;
4848
user-select: none;
49+
touch-action: none;
4950
display: flex;
5051
align-items: center;
5152
justify-content: center;

0 commit comments

Comments
 (0)