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 3be26cc commit e59b85eCopy full SHA for e59b85e
docs/higlass_theme/static/higlass.css
@@ -670,3 +670,25 @@ div.document {
670
display: none;
671
}
672
673
+
674
+@media screen and (min-width: 940px) {
675
+ div.sphinxsidebar {
676
+ max-height: 100%;
677
+ overflow-y: auto;
678
+ position: absolute;
679
+ top: 100px;
680
+ }
681
+}
682
683
+@media screen and (max-width: 940px) {
684
685
+ display: block;
686
+ float: none;
687
+ width: unset;
688
+ margin: 50px -30px -20px -30px;
689
+ padding: 10px 20px;
690
+ background: #333;
691
+ color: #fff;
692
+ position: static;
693
694
0 commit comments