🐛 Fix context menu outside screen

This commit is contained in:
Eva 2023-07-03 12:56:35 +02:00 committed by Alejandro Alonso
parent 82183ec71a
commit 94b5c98042
2 changed files with 2 additions and 1 deletions

View file

@ -324,7 +324,7 @@
box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
z-index: 12;
top: 30px;
left: 6px;
left: -151px;
width: 155px;
hr {