Skip to content

Commit be0234f

Browse files
authored
Fix scrollbar width for main body text (#1716)
* Move SDK library expectation to all subcategories * Retype has been removed * Double scrollbar width * Different scrollbar size for main area
1 parent 7430e1c commit be0234f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

lib/resources/styles.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ main {
7272
::-webkit-scrollbar-thumb{ background-color: #CCC; }
7373
::-webkit-scrollbar-thumb:hover{ background-color: #CCC; }
7474
::-webkit-scrollbar{ width: 4px; }
75+
.main-content::-webkit-scrollbar{ width: 8px; }
7576

7677
.main-content {
7778
flex: 1;

testing/test_package_docs/static-assets/styles.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ main {
7272
::-webkit-scrollbar-thumb{ background-color: #CCC; }
7373
::-webkit-scrollbar-thumb:hover{ background-color: #CCC; }
7474
::-webkit-scrollbar{ width: 4px; }
75+
.main-content::-webkit-scrollbar{ width: 8px; }
7576

7677
.main-content {
7778
flex: 1;

0 commit comments

Comments
 (0)