Skip to content

Commit 9afb21b

Browse files
committed
Fix overlapping backgroundi on headers (fixes #135)
1 parent aa78e8a commit 9afb21b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

TangerineUI-cherry.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ body.app-body {
461461
top: 0;
462462
left: 0;
463463
right: 0;
464-
z-index: 1;
464+
z-index: 0;
465465
background-color: var(--color-bg);
466466
background-image: var(--gradient-bg);
467467
}

TangerineUI-lagoon.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ body.app-body {
461461
top: 0;
462462
left: 0;
463463
right: 0;
464-
z-index: 1;
464+
z-index: 0;
465465
background-color: var(--color-bg);
466466
background-image: var(--gradient-bg);
467467
}

TangerineUI-purple.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ body.app-body {
461461
top: 0;
462462
left: 0;
463463
right: 0;
464-
z-index: 1;
464+
z-index: 0;
465465
background-color: var(--color-bg);
466466
background-image: var(--gradient-bg);
467467
}

TangerineUI.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ body.app-body {
461461
top: 0;
462462
left: 0;
463463
right: 0;
464-
z-index: 1;
464+
z-index: 0;
465465
background-color: var(--color-bg);
466466
background-image: var(--gradient-bg);
467467
}

0 commit comments

Comments
 (0)