1
0

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

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;