fix(context_menu): 1px overflow in height on mobile

This commit is contained in:
Elian Doran 2025-11-26 21:24:03 +02:00
parent 5c53826da3
commit de3892950c
No known key found for this signature in database

View File

@ -76,7 +76,7 @@
position: relative; position: relative;
display: flex; display: flex;
justify-content: center; justify-content: center;
overflow: hidden;
} }
.note-color-picker .custom-color-cell.custom-color-cell-empty { .note-color-picker .custom-color-cell.custom-color-cell-empty {