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 d9bdf59 commit 4a850cfCopy full SHA for 4a850cf
src/styles/main.css
@@ -599,6 +599,25 @@ abbr {
599
auto-fill,
600
minmax(min(17.5rem, 100%), 1fr)
601
); /* [1] */
602
+ height: 100%;
603
+ max-height: 100vh;
604
+ overflow-y: auto;
605
+ overflow-x: hidden;
606
+ padding-bottom: 1rem;
607
+ align-content: start;
608
+}
609
+
610
+.snippets::-webkit-scrollbar {
611
+ width: 8px;
612
613
614
+.snippets::-webkit-scrollbar-thumb {
615
+ background: #888;
616
+ border-radius: 4px;
617
618
619
+.snippets::-webkit-scrollbar-thumb:hover {
620
+ background: #555;
621
}
622
623
.snippet {
0 commit comments