Просмотр исходного кода

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

AlexiCauvin 5 лет назад
Родитель
Сommit
3330ca2944

Разница между файлами не показана из-за своего большого размера
+ 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