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

@@ -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;
}