We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f46f70b commit 0ad6d47Copy full SHA for 0ad6d47
assets/konnected.css
@@ -1374,8 +1374,6 @@ iframe#bwpFrame {
1374
position: absolute;
1375
bottom: 0;
1376
width: 100%;
1377
- top: 0;
1378
- height: 100%;
1379
}
1380
.overlay-bg img {
1381
display: block;
@@ -1384,6 +1382,10 @@ iframe#bwpFrame {
1384
1382
1385
1383
1386
@media screen and (min-width: 990px) {
+ .overlay-bg {
+ top: 0;
1387
+ height: 100%;
1388
+ }
1389
.header--middle-left {
1390
grid-template-columns: auto 1fr auto !important;
1391
0 commit comments