fix menu popups

This commit is contained in:
JFH
2021-08-15 12:39:12 +02:00
parent 7f46fce845
commit 945569cfab
3 changed files with 7 additions and 11 deletions

View File

@@ -48,16 +48,15 @@ template.innerHTML = `
.button-icon {
}
.menu {
position: absolute;
top:0px;
left:204px;
position: 'fixed';
margin-left: 34px;
background: none !important;
display:none;
}
.image-lib {
position: absolute;
top: 0px;
left:34px;
position: fixed;
left: 34px;
top: 30%;
background: #E8E8E8;
display: none;
flex-wrap: wrap;

View File

@@ -46,10 +46,10 @@ template.innerHTML = `
.button-icon {
}
.menu {
position: absolute;
left:32px;
position: fixed;
background: none !important;
display:none;
margin-left: 34px;
}
.open {
display: flex;