We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b23755 commit 7bca11fCopy full SHA for 7bca11f
1 file changed
style.css
@@ -94,8 +94,12 @@ code {
94
border-color: rgba(255, 136, 0, 0.6) !important;
95
}
96
97
-/* Hide deprecated badges in the sidebar */
98
-#sidebar a .overflow-x-hidden > .shrink-0 {
99
- display: none !important;
+/* Hide scrollbar on sidebar API endpoint rows with deprecated badges */
+#sidebar a .overflow-x-hidden {
+ scrollbar-width: none !important;
100
+ -ms-overflow-style: none !important;
101
102
103
+#sidebar a .overflow-x-hidden::-webkit-scrollbar {
104
+ display: none !important;
105
+}
0 commit comments