Skip to content
This repository has been archived by the owner on May 26, 2018. It is now read-only.

Commit

Permalink
Fix icons showing through queue panel (#1034)
Browse files Browse the repository at this point in the history
- fixes #995
  • Loading branch information
Dave Justice committed Sep 8, 2017
1 parent f9f512b commit 703bc42
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions chrome/content/panel.css
Original file line number Diff line number Diff line change
Expand Up @@ -514,10 +514,6 @@ canvas {
position: static !important;
}

.queue {

}

.queues {
width: 75%;
height: 100%;
Expand All @@ -531,6 +527,7 @@ canvas {
color: white;

box-shadow: inset -1px -10px 10px 0px rgba(50, 50, 50, 0.75);
z-index: 1;
}

.queue-headers > li {
Expand Down

0 comments on commit 703bc42

Please sign in to comment.