Skip to content

Commit

Permalink
feat: Allow to use reduced scroll height when horizontal scroll - MEE…
Browse files Browse the repository at this point in the history
…D-8026 - Meeds-io/MIPs#170 (#853)

Prior to this change, when using the `specific-scrollbar` class on an
horizontal scrollbar, the height still the same defined by the OS +
Browser. This change will use the same height of horizontal scrollbar as
it 's used in vertical scrollbar width.
  • Loading branch information
boubaker authored Dec 27, 2024
1 parent 5ea3159 commit b81f0f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions platform-ui-skin/src/main/webapp/skin/less/mixins.less
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
background-color: transparent;
border-radius: 10px;
width: 5px;
height: 5px;
}
&:hover {
scrollbar-color: @greyColorLighten1;
Expand Down

0 comments on commit b81f0f7

Please sign in to comment.