Skip to content

Commit

Permalink
fix: change time tooltips to be absolutely positioned (#5355)
Browse files Browse the repository at this point in the history
Fixes #5351
  • Loading branch information
decarbonite authored and gkatsev committed Aug 13, 2018
1 parent 0a5081b commit 91839d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/css/components/_progress.scss
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
font-size: 1em;
padding: 6px 8px 8px 8px;
pointer-events: none;
position: relative;
position: absolute;
top: -3.4em;
visibility: hidden;
z-index: 1;
Expand Down

0 comments on commit 91839d8

Please sign in to comment.