Skip to content

Commit 3ef783e

Browse files
committed
z index 200 so the dropdown is always on top
1 parent 901809d commit 3ef783e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/default.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<iframe sandbox="allow-scripts allow-popups"
6767
id="zappdropdown"
6868
src="https://zapp.zeus.gent/zapp-iframe/dropdown.html"
69-
style="border-style: none; z-index: 20; position: absolute; left: 0; top: 0; height: 0vh; width: 0vw; overflow: hidden; visibility: hidden;"
69+
style="border-style: none; z-index: 200; position: absolute; left: 0; top: 0; height: 0vh; width: 0vw; overflow: hidden; visibility: hidden;"
7070
></iframe>
7171
</body>
7272
</html>

0 commit comments

Comments
 (0)