fix(quick actions): hide edges of last entry on hover

This commit is contained in:
kolaente 2023-01-25 16:26:05 +01:00
parent 97133010af
commit da241d21f3
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 2 additions and 0 deletions

View File

@ -576,6 +576,8 @@ function reset() {
<style lang="scss" scoped>
.quick-actions {
overflow: hidden;
// FIXME: changed position should be an option of the modal
:deep(.modal-content) {
top: 3rem;