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

Commit b3e39ea

Browse files
committed
adjust z-indexes
1 parent c2d01f9 commit b3e39ea

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

css/obBase.css

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

11241124
/* colorbox styles */
11251125
#colorbox {
1126-
z-index: 3;
1126+
z-index: 12;
11271127
outline: none;
11281128
margin-top: 20px;
11291129
transition: margin 0.5s ease;
@@ -1136,7 +1136,7 @@ label.fieldItem {
11361136
}
11371137

11381138
#cboxOverlay {
1139-
z-index: 2;
1139+
z-index: 11;
11401140
top: 50px;
11411141
height: 100%;
11421142
width: calc(100% - 30px);
@@ -4123,7 +4123,7 @@ input[type="checkbox"].fieldItem:checked + label .togLabelOff {
41234123
#statusBar {
41244124
position: fixed;
41254125
bottom: 0;
4126-
z-index: 2;
4126+
z-index: 10;
41274127
width: 100%;
41284128
}
41294129

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "OpenBazaar",
3-
"version": "1.0.9",
3+
"version": "1.0.10",
44
"description": "OpenBazaar Client",
55
"main": "main.js",
66
"repository": {

0 commit comments

Comments
 (0)