We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77954d9 commit c29b9a0Copy full SHA for c29b9a0
littlelink/css/skeleton-light.css
@@ -168,4 +168,24 @@ hr {
168
border-width: 0;
169
border-top: 1px solid #E1E1E1; }
170
171
-
+/* ===== Scrollbar CSS ===== */
172
+ /* Firefox */
173
+ * {
174
+ scrollbar-width: thin;
175
+ scrollbar-color: #323232 #dbdbdb;
176
+ }
177
+
178
+ /* Chrome, Edge, and Safari */
179
+ *::-webkit-scrollbar {
180
+ width: 8px;
181
182
183
+ *::-webkit-scrollbar-track {
184
+ background: #dbdbdb;
185
186
187
+ *::-webkit-scrollbar-thumb {
188
+ background-color: #323232;
189
+ border-radius: 30px;
190
+ border: 3px none #ffffff;
191
0 commit comments