Merge pull request #1516 from thecodingmachine/iframeManager

Display multi co-websites
This commit is contained in:
David Négrier 2021-10-29 15:33:56 +02:00 committed by GitHub
commit 60a82c5eb2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
28 changed files with 2060 additions and 280 deletions

View file

@ -124,6 +124,7 @@
top: 10%;
position: relative;
z-index: 80;
margin: auto;
display: grid;

View file

@ -29,6 +29,8 @@
<style lang="scss">
.menuIcon {
display: inline-grid;
z-index: 90;
position: relative;
margin: 25px;
img {
pointer-events: auto;