Skip to content
Snippets Groups Projects
Commit ea092d63 authored by Ken Hawkins's avatar Ken Hawkins
Browse files

Avoid overlay on mobile #137

parent c766075b
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ function ebiFrameworkCreateDataProtectionBanner() {
banner.id = "data-protection-banner";
banner.className = "data-protection-banner";
banner.style = "position: fixed; background-color: #111; width: 100%; padding: .75rem 1%; left: 0; bottom: 0; color: #eee;"
banner.style = "position: fixed; background-color: #111; width: 100%; padding: .75rem 1%; left: 0; bottom: 0; color: #eee; z-index: 10;"
wrapper.className = "row";
wrapper.innerHTML = "" +
"<div class='columns medium-8 large-9'>" +
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment