Skip to content

Commit

Permalink
[DDW-787] Fix tooltip overlap
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Araujo committed Nov 25, 2021
1 parent 7865df9 commit d7e4b98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/renderer/app/components/news/NewsFeed.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
top: 0;
transition: margin-right 400ms ease;
width: 460px;
z-index: 20;
z-index: 99999;

&.noTransition {
transition: none;
Expand Down

0 comments on commit d7e4b98

Please sign in to comment.