Jeremiah Lowin commited on
Commit
dbcdfe9
·
unverified ·
1 Parent(s): 4488ce3

Revert "Hide docs sidebar scrollbar by default"

Browse files
Files changed (1) hide show
  1. docs/style.css +0 -11
docs/style.css CHANGED
@@ -117,14 +117,3 @@ h6 code:not(pre code) {
117
  background: #334155;
118
  border: 1px solid #64748b;
119
  }
120
-
121
- /* Hide the sidebar overflow by default, but allow it to be shown on hover */
122
- #sidebar-content {
123
- overflow-y: hidden;
124
- }
125
-
126
- #sidebar-content:hover,
127
- #sidebar-content:active,
128
- #sidebar-content:focus {
129
- overflow-y: auto;
130
- }
 
117
  background: #334155;
118
  border: 1px solid #64748b;
119
  }