Skip to content

Commit 25d9652

Browse files
Copilotskofman1
andcommitted
Fix vertical scroll bars on statistics page graphs by modifying CSS overflow for chart containers
Co-authored-by: skofman1 <[email protected]>
1 parent 4f77beb commit 25d9652

4 files changed

Lines changed: 17 additions & 9 deletions

File tree

src/Bootstrap/dist/css/bootstrap-theme.css

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Bootstrap/less/theme/page-statistics-overview.less

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@
6767
overflow: auto;
6868
}
6969

70+
.chart.table-wrapper {
71+
overflow: visible;
72+
}
73+
7074
svg:not(:root) {
7175
overflow: visible;
7276
}

src/Bootstrap/package-lock.json

Lines changed: 9 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/NuGetGallery/Content/gallery/css/bootstrap.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)