소스 검색

Fix scrolling outside of content area

HolonProduction 1 년 전
부모
커밋
57c24d9b46
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      _static/css/custom.css

+ 1 - 0
_static/css/custom.css

@@ -711,6 +711,7 @@ footer {
 .wy-body-for-nav {
     position: relative;
     background-color: var(--content-wrap-background-color);
+    overflow: visible;
 }
 
 @media only screen and (min-width: 769px) {