Fix embed website z-index

This commit is contained in:
Alexis Faizeau
2022-04-26 18:38:13 +02:00
parent 97e3397398
commit 99bfe11f84
5 changed files with 35 additions and 23 deletions
@@ -53,11 +53,14 @@
background: #eceeee;
margin-left: auto;
margin-right: auto;
position: absolute;
left: 0;
right: 0;
margin-top: 4%;
max-height: 80vh;
max-width: 80vw;
margin-left: 10%;
margin-right: 10%;
z-index: 600;
overflow: auto;
text-align: center;