🐛 Fixes problem with context-menu on colors

This commit is contained in:
alonso.torres 2020-09-11 10:54:10 +02:00
parent b5a875c03b
commit 147ccd176a
2 changed files with 4 additions and 3 deletions

View file

@ -223,7 +223,7 @@
}
.context-menu {
position: absolute;
position: fixed;
top: 10px;
left: 10px;
}