Skip to content

Commit dbfdd1b

Browse files
author
Kenneth Reitz
committed
don't change scrollbars
Fixes realpython#159
1 parent 7d24f44 commit dbfdd1b

File tree

1 file changed

+0
-35
lines changed

1 file changed

+0
-35
lines changed

docs/_themes/kr/static/flasky.css_t

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -528,41 +528,6 @@ a:hover tt {
528528
}
529529
}
530530

531-
532-
/* scrollbars */
533-
534-
::-webkit-scrollbar {
535-
width: 6px;
536-
height: 6px;
537-
}
538-
539-
::-webkit-scrollbar-button:start:decrement,
540-
::-webkit-scrollbar-button:end:increment {
541-
display: block;
542-
height: 10px;
543-
}
544-
545-
::-webkit-scrollbar-button:vertical:increment {
546-
background-color: #fff;
547-
}
548-
549-
::-webkit-scrollbar-track-piece {
550-
background-color: #eee;
551-
-webkit-border-radius: 3px;
552-
}
553-
554-
::-webkit-scrollbar-thumb:vertical {
555-
height: 50px;
556-
background-color: #ccc;
557-
-webkit-border-radius: 3px;
558-
}
559-
560-
::-webkit-scrollbar-thumb:horizontal {
561-
width: 50px;
562-
background-color: #ccc;
563-
-webkit-border-radius: 3px;
564-
}
565-
566531
/* misc. */
567532

568533
.revsys-inline {

0 commit comments

Comments
 (0)