Skip to content

Commit

Permalink
fix(mobile): hide overflow, move layer selector to top
Browse files Browse the repository at this point in the history
  • Loading branch information
KatvonRivia committed Jun 3, 2021
1 parent fe01088 commit a13d6a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
position: absolute
top: 0
right: 0
z-index: 3
z-index: 4
min-width: emCalc(300px)
max-width: emCalc(500px)
width: 33%
Expand Down
1 change: 1 addition & 0 deletions src/scripts/components/layers/time-slider/time-slider.styl
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ compareThumb()
left: 0
display: flex
justify-content: center
overflow: hidden
padding: emCalc(50px) 0
width: 100%
background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.4) 100%)
Expand Down

0 comments on commit a13d6a6

Please sign in to comment.