Skip to content

Commit 7bca11f

Browse files
committed
Hide scrollbar on sidebar API endpoint rows with deprecated badges
1 parent 8b23755 commit 7bca11f

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

style.css

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,12 @@ code {
9494
border-color: rgba(255, 136, 0, 0.6) !important;
9595
}
9696

97-
/* Hide deprecated badges in the sidebar */
98-
#sidebar a .overflow-x-hidden > .shrink-0 {
99-
display: none !important;
97+
/* Hide scrollbar on sidebar API endpoint rows with deprecated badges */
98+
#sidebar a .overflow-x-hidden {
99+
scrollbar-width: none !important;
100+
-ms-overflow-style: none !important;
100101
}
101102

103+
#sidebar a .overflow-x-hidden::-webkit-scrollbar {
104+
display: none !important;
105+
}

0 commit comments

Comments
 (0)