Skip to content

Commit 286e8b4

Browse files
committed
Fixed the overlay of the header and the consent banner
1 parent d703515 commit 286e8b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/thingweb/static/css/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ footer .copy p a { color:#fff; text-decoration:none; }
114114

115115

116116
/*Analytics Banner*/
117-
.analytics-banner { position: fixed; bottom: 0; left: 0; width: 100%; padding: 2rem; text-align: left; background-color: #141414; box-shadow: 0px -5px 10px #7f7f7f73; font-family: 'Open Sans'; }
117+
.analytics-banner { position: fixed; bottom: 0; left: 0; z-index: 99999; width: 100%; padding: 2rem; text-align: left; background-color: #141414; box-shadow: 0px -5px 10px #7f7f7f73; font-family: 'Open Sans'; }
118118
.analytics-banner.hidden { display: none; }
119119
.analytics-banner__disclaimer { color: #eeeeee; margin-bottom: 1rem; }
120120
.analytics-banner__disclaimer h4{ color: #33b8a4; font-weight: 700; margin-bottom: 1rem; text-transform: uppercase; }

0 commit comments

Comments
 (0)