Skip to content

Commit

Permalink
修改组件z-index
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhangRui committed Jul 28, 2015
1 parent bbfc76f commit d38223d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions styles/gallery.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ html.simple-gallery-active {
position: fixed;
top: 0;
left: 0;
z-index: 9999;
z-index: 500;
width: 100%;
height: 100%;
transition: background-color 200ms ease-out;
Expand Down Expand Up @@ -73,7 +73,7 @@ html.simple-gallery-active {
border-radius: 4px;
background-color: #999;
opacity: 0.6;
z-index: 100;
z-index: 501;
}
.simple-gallery .zoom-in:hover {
opacity: 1;
Expand Down Expand Up @@ -175,7 +175,7 @@ html.simple-gallery-active {
right: 0;
bottom: 0;
left: 0;
z-index: 9999;
z-index: 502;
overflow: auto;
background-color: #000;
}
Expand Down
6 changes: 3 additions & 3 deletions styles/gallery.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ html.simple-gallery-active {
position: fixed;
top: 0;
left: 0;
z-index: 9999;
z-index: 500;
width: 100%;
height: 100%;

Expand Down Expand Up @@ -82,7 +82,7 @@ html.simple-gallery-active {
border-radius: 4px;
background-color: #999;
opacity: 0.6;
z-index: 100;
z-index: 501;

&:hover {
opacity: 1;
Expand Down Expand Up @@ -200,7 +200,7 @@ html.simple-gallery-active {
right: 0;
bottom: 0;
left: 0;
z-index: 9999;
z-index: 502;
overflow: auto;
background-color: #000;

Expand Down

0 comments on commit d38223d

Please sign in to comment.