소스 검색

add relative

zahmis 5 년 전
부모
커밋
970780f439
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      src/client/styles/scss/theme/_apply-colors.scss

+ 6 - 0
src/client/styles/scss/theme/_apply-colors.scss

@@ -295,6 +295,10 @@ pre:not(.hljs):not(.CodeMirror-line) {
     }
   }
 
+  .modal-title {
+    position: relative;
+  }
+
   .nav-link {
     &:hover {
       background-color: rgba($link-color, 0.08);
@@ -308,6 +312,8 @@ pre:not(.hljs):not(.CodeMirror-line) {
   }
 
   .grw-nav-slide-hr {
+    position: absolute;
+    bottom: 0px;
     border-color: $color-link;
   }
 }