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

Commit

Permalink
Changed z-orders
Browse files Browse the repository at this point in the history
  • Loading branch information
hajimehoshi committed Jun 14, 2012
1 parent 18dee0c commit e9a2d5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/stylesheets/style.css
Expand Up @@ -341,7 +341,7 @@ li .toolIcon {
overflow-y: auto;
padding: 20px;
position: absolute;
z-index: 2;
z-index: 12;
}
.dialog h2 {
font-size: 100%;
Expand Down Expand Up @@ -383,7 +383,7 @@ li .toolIcon {
position: absolute;
top: 0;
width: 100%;
z-index: 1;
z-index: 11;
}
#editChannelsDialog td.channelName {
}
Expand Down

0 comments on commit e9a2d5d

Please sign in to comment.