Skip to content

Commit 9c88459

Browse files
šŸ› Fix scroll issue with rtl direction
1 parent 47c57bc commit 9c88459

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ā€Žapps/fretonator-web/src/app/common/fretonator/fretboard/fretboard.component.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
&.fretboard__flip {
2323
padding-left: 0;
2424
padding-right: pxToRem($grid-unit * 4);
25+
direction: rtl;
2526
}
2627
}
2728

@@ -487,8 +488,6 @@
487488
}
488489

489490
.fretboard__leftHanded {
490-
direction: rtl;
491-
492491
.fretboard__cell {
493492
border-left: var(--fret-width-base) solid var(--fret-color);
494493
border-right: unset;

0 commit comments

Comments
Ā (0)