We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6b9906 commit a6adf7fCopy full SHA for a6adf7f
1 file changed
src/BasisPM.App/Styles/BasisTheme.axaml
@@ -391,8 +391,15 @@
391
<Setter Property="Background" Value="Transparent"/>
392
</Style>
393
394
+ <!-- Scrollbars: keep them visible and grabbable. The Fluent default auto-hides them (a thin line
395
+ that only fades/expands in on hover), so a user often clicks before the bar has appeared and
396
+ misses it. AllowAutoHide=False keeps each ScrollViewer's bars expanded at all times. -->
397
+ <Style Selector="ScrollViewer">
398
+ <Setter Property="AllowAutoHide" Value="False"/>
399
+ </Style>
400
<Style Selector="ScrollBar">
401
402
403
404
405
<Style Selector="TextBlock.statusError">
0 commit comments