Add z-index on embeds screens and action menu

This commit is contained in:
Alexis Faizeau
2022-03-23 16:59:21 +01:00
parent c484d3ea84
commit 14a68ade88
4 changed files with 9 additions and 4 deletions
@@ -18,5 +18,7 @@
display: flex;
padding-top: 2%;
height: 100%;
position: relative;
z-index: 200;
}
</style>