소스 검색

fixed problems related to timeline and content height's in mozilla

AlexiCauvin 6 년 전
부모
커밋
3330ca2944
3개의 변경된 파일5개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      dist/tracim_lib.js
  2. 2 0
      src/component/PopinFixed/PopinFixed.styl
  3. 2 2
      src/component/Timeline/Timeline.styl

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 1 - 1
dist/tracim_lib.js


+ 2 - 0
src/component/PopinFixed/PopinFixed.styl 파일 보기

@@ -81,8 +81,10 @@
81 81
     height calc(100% - 209px)
82 82
     &__left
83 83
       width 55%
84
+      height calc(100% - 20px) // 20px => margin of timeline
84 85
     &__right
85 86
       width 45%
87
+      height calc(100% - 10px) // 10px => margin of timeline
86 88
 
87 89
 @media (min-width: min-sm) and (max-width: max-lg)
88 90
 

+ 2 - 2
src/component/Timeline/Timeline.styl 파일 보기

@@ -5,7 +5,7 @@
5 5
   flex-direction column
6 6
   margin 10px 10px 10px 5px
7 7
   border-radius 10px
8
-  height calc(100% - 10px) // 10px => margin
8
+  height 100%
9 9
   &__header
10 10
     flex 0 1 auto
11 11
     border-radius 10px 10px 0 0
@@ -20,7 +20,7 @@
20 20
     padding-left 0
21 21
     border-bottom 1px solid grey
22 22
     background-color off-white
23
-    overflow-Y auto
23
+    overflow-y auto
24 24
     list-style none
25 25
     &__item
26 26
       padding 0 25px 0 35px