When a dashboard widget needs a scrollbar, that scrollbar should always be shown, not only when hovering over the widget
Azure Devops Dashboards - always show scrollbars by kalleguld
Details
Authorkalleguld
LicenseNo License
Categorydev.azure
Created
Updated
Code size488 B
Code checksum5e83456
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Azure Devops Dashboards - always show scrollbars
@version 20241128.13.23
@namespace https://userstyles.world/user/KGN
@description When a dashboard widget needs a scrollbar, that scrollbar should always be shown, not only when hovering over the widget
@author KGN
@license Public Domain
==/UserStyle== */
@-moz-document domain("dev.azure.com") {
.work-item-results-grid .wit-ui-control.work-item-tree-grid {
overflow-y: visible;
}
}