Skip to content

Commit 0ad6d47

Browse files
committed
.overlay-bg
1 parent f46f70b commit 0ad6d47

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

assets/konnected.css

+4-2
Original file line numberDiff line numberDiff line change
@@ -1374,8 +1374,6 @@ iframe#bwpFrame {
13741374
position: absolute;
13751375
bottom: 0;
13761376
width: 100%;
1377-
top: 0;
1378-
height: 100%;
13791377
}
13801378
.overlay-bg img {
13811379
display: block;
@@ -1384,6 +1382,10 @@ iframe#bwpFrame {
13841382
}
13851383

13861384
@media screen and (min-width: 990px) {
1385+
.overlay-bg {
1386+
top: 0;
1387+
height: 100%;
1388+
}
13871389
.header--middle-left {
13881390
grid-template-columns: auto 1fr auto !important;
13891391
}

0 commit comments

Comments
 (0)