File tree Expand file tree Collapse file tree 4 files changed +12
-5
lines changed
Expand file tree Collapse file tree 4 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 1919}
2020
2121.wrapper {
22- min-height : 100 vh ;
22+ min-height : 100 % ;
2323 width : 100% ;
2424 display : flex ;
2525 flex-direction : column ;
Original file line number Diff line number Diff line change @@ -45,6 +45,6 @@ export default {
4545.drawer {
4646 display : flex ;
4747 flex-direction : column ;
48- height : 92 vh ;
48+ height : 92 % ;
4949}
5050 </style >
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ export default {
4343<style lang="scss" scoped>
4444.drawer-item {
4545 display : inline-block ;
46- height : 12 vh ;
46+ height : 12.8 vh ;
4747 width : 100vw ;
4848 margin-bottom : -4px ;
4949 background-color : #343332 ;
Original file line number Diff line number Diff line change 2424 :selection.sync =" country" />
2525 </DrawerItem >
2626 <DrawerItem title =" TIMELINE" >
27- <p >FEATURE TO BE ADDED SOON</p >
27+ <div class =" timeline" >
28+ <p >FEATURE TO BE ADDED SOON</p >
29+ </div >
2830 </DrawerItem >
2931 </Drawer >
3032 </div >
@@ -118,6 +120,11 @@ export default {
118120 }
119121}
120122
123+ .timeline {
124+ position : relative ;
125+ white-space : normal ;
126+ }
127+
121128.covid-map {
122129 position : relative ;
123130 z-index : 1 ;
@@ -153,7 +160,7 @@ export default {
153160 top : 0 ;
154161 left : 0 ;
155162 width : 100vw ;
156- height : 100 vh ;
163+ height : 100 % ;
157164 font-size : 24px ;
158165 color : #ffffff ;
159166}
You can’t perform that action at this time.
0 commit comments