Skip to content

Commit efa7c73

Browse files
authored
fix side scroll CSS (#11)
1 parent 19a49e3 commit efa7c73

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

deepmodeling_sphinx/banner.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -541,3 +541,7 @@
541541
position: relative;
542542
z-index: 201;
543543
}
544+
545+
.wy-side-scroll {
546+
height: calc(100% - 68px)!important;
547+
}

0 commit comments

Comments
 (0)