Skip to content

Commit

Permalink
Fix covering issues with multiline hint (MaterialDesignInXAML#2352)
Browse files Browse the repository at this point in the history
Fixes an issue where the hint would cover the text if the hint is floating and multi-line
  • Loading branch information
StefanoRivolta-Previero committed Jun 22, 2021
1 parent 91a5e3a commit c6b398d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@
Focusable="false"
HorizontalScrollBarVisibility="Hidden"
VerticalScrollBarVisibility="Hidden"
VerticalAlignment="Bottom"
SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}"
UseLayoutRounding="{TemplateBinding UseLayoutRounding}"
wpf:ScrollViewerAssist.IgnorePadding="True" />
Expand Down

0 comments on commit c6b398d

Please sign in to comment.