Skip to content

Commit

Permalink
fix: as new react-slider module has a z-index of 1, settings pages ar…
Browse files Browse the repository at this point in the history
…e changed to a z-index of 2
  • Loading branch information
olzzon committed Oct 17, 2019
1 parent 4dd9095 commit af5a46c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/assets/css/CcgChannelSettings.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
border-style: solid;
border-width: 4px;
text-align: center;
z-index: 1;
z-index: 2;

color: #fff;
}
Expand Down
2 changes: 1 addition & 1 deletion src/assets/css/ChannelRouteSettings.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
border-style: solid;
border-width: 4px;
text-align: left;
z-index: 1;
z-index: 2;

color: #fff;
}
Expand Down
2 changes: 1 addition & 1 deletion src/assets/css/RoutingStorage.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
border-style: solid;
border-width: 4px;
text-align: left;
z-index: 1;
z-index: 2;

color: #fff;
}
Expand Down

0 comments on commit af5a46c

Please sign in to comment.