Skip to content

Commit

Permalink
Merge pull request #47 from Kitware/fix_dnd_overlay
Browse files Browse the repository at this point in the history
fix(Styles): Forgot to hide overlay text
  • Loading branch information
floryst authored Mar 22, 2018
2 parents a376ce1 + ba19d16 commit 22ca9f8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Sources/pv-explorer.mcss
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,13 @@ img {
transition-delay: 0s;
}

.dndOverlayVisible > .dndOverlayText {
display: block;
}

.dndOverlayText {
position: relative;
display: none;
top: 50%;
transform: translateY(-50%);
margin: auto;
Expand Down

0 comments on commit 22ca9f8

Please sign in to comment.