소스 검색

Fixed: Top Nav Page has sidebar with blank in v3.1.0-rc (#3164)

Fixed #3163
Daniel 4 년 전
부모
커밋
87e5dab29c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      build/scss/_layout.scss

+ 1 - 1
build/scss/_layout.scss

@@ -434,7 +434,7 @@ body.sidebar-collapse:not(.sidebar-mini-xs):not(.sidebar-mini-md):not(.sidebar-m
   }
 }
 
-body:not(.sidebar-mini-md):not(.sidebar-mini-xs) {
+body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) {
   .content-wrapper,
   .main-footer,
   .main-header {