Skip to content

Commit

Permalink
fix(CustomScrollView): add size styles to box-content (#7097)
Browse files Browse the repository at this point in the history
  • Loading branch information
EldarMuhamethanov authored and actions-user committed Jun 28, 2024
1 parent 8c58e07 commit 56e3bb0
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@

.CustomScrollView__box-content {
position: relative;
inline-size: 100%;
block-size: 100%;
}

.CustomScrollView__barY:active + .CustomScrollView__box {
Expand Down

0 comments on commit 56e3bb0

Please sign in to comment.