fix menu popups
parent
7f46fce845
commit
945569cfab
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -11,7 +11,6 @@ rulersTemplate.innerHTML = `
|
|||
grid-area: corner;
|
||||
width: 15px;
|
||||
height: 15px;
|
||||
z-index: 1;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
|
@ -21,7 +20,6 @@ rulersTemplate.innerHTML = `
|
|||
height: 15px;
|
||||
border-bottom: 1px solid;
|
||||
border-left: 1px solid #777;
|
||||
z-index: 1;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
|
@ -31,7 +29,6 @@ rulersTemplate.innerHTML = `
|
|||
width: 15px;
|
||||
border-right: 1px solid;
|
||||
border-top: 1px solid #777;
|
||||
z-index: 1;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue