Skip to content
This repository was archived by the owner on May 16, 2019. It is now read-only.

Commit 6d3a48e

Browse files
committed
Merge pull request #1176 from OpenBazaar/tweekIndexes
Tweek indexes
2 parents 8a3b0ba + 82943e6 commit 6d3a48e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

css/obBase.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1119,7 +1119,7 @@ label.fieldItem {
11191119

11201120
/* colorbox styles */
11211121
#colorbox {
1122-
z-index: 3;
1122+
z-index: 12;
11231123
outline: none;
11241124
margin-top: 20px;
11251125
transition: margin 0.5s ease;
@@ -1132,7 +1132,7 @@ label.fieldItem {
11321132
}
11331133

11341134
#cboxOverlay {
1135-
z-index: 2;
1135+
z-index: 11;
11361136
top: 50px;
11371137
height: 100%;
11381138
width: calc(100% - 30px);
@@ -4120,7 +4120,7 @@ input[type="checkbox"].fieldItem:checked + label .togLabelOff {
41204120
#statusBar {
41214121
position: fixed;
41224122
bottom: 0;
4123-
z-index: 2;
4123+
z-index: 10;
41244124
width: 100%;
41254125
}
41264126

0 commit comments

Comments
 (0)