Skip to content

Commit

Permalink
Slider Tooltip: avoid showing of scrollbar with long text (#25858)
Browse files Browse the repository at this point in the history
  • Loading branch information
EugeniyKiyashko authored Oct 23, 2023
1 parent e95f103 commit cc2419d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scss/widgets/material/slider/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ $material-slider-disabled-tooltip-top-margin: 5px;
}

.dx-popup-content {
overflow: hidden;
line-height: normal;
font-size: 10px;
max-width: $material-slider-tooltip-width-without-paddings;
Expand Down

0 comments on commit cc2419d

Please sign in to comment.