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

Commit

Permalink
Merge pull request #425 from thevoiceofzeke/z-index
Browse files Browse the repository at this point in the history
Further improve depth of elements
  • Loading branch information
thevoiceofzeke authored May 3, 2017
2 parents ffccac9 + 608020d commit b3444ad
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion uw-frame-components/css/buckyless/header.less
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ portal-header {
width: 100%;
position: absolute;
top: 56px;
z-index: 101;
z-index: 98;
overflow: hidden;
transition: @search-transition;
background: rgba(0,0,0,0.4);
Expand Down
10 changes: 5 additions & 5 deletions uw-frame-components/css/buckyless/notifications.less
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,10 @@
width: 18px;
height: 18px;
margin: 0 0 0;
border-radius: 1000px;
border-radius: 50%;
padding: 0;
color: @color1;
z-index: 999;
z-index: 98;
top: 0;
right: 26px;
> .fa-bell {
Expand All @@ -98,7 +98,7 @@
.number-of-nots {
color: @color1;
font-weight: 400;
z-index: 2000;
z-index: 98;
position: absolute;
top: 2px;
left: 12px;
Expand All @@ -122,7 +122,7 @@
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-top: 7px solid @grayscale2;
z-index:2000;
z-index: 98;
position: absolute;
top:-14px;
right:10px;
Expand All @@ -139,7 +139,7 @@
height: 46px;
width: 100%;
background-color: @grayscale2;
z-index:100;
z-index: 98;
position: fixed;
display: flex;
justify-content: center;
Expand Down
2 changes: 1 addition & 1 deletion uw-frame-components/css/buckyless/widget.less
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
z-index: 99;
z-index: 98;
border-radius: 3px;
top: 0;

Expand Down

0 comments on commit b3444ad

Please sign in to comment.