diff --git a/app/assets/stylesheets/trays.css b/app/assets/stylesheets/trays.css index 8249a553a..0ae160385 100644 --- a/app/assets/stylesheets/trays.css +++ b/app/assets/stylesheets/trays.css @@ -97,9 +97,10 @@ --outline-size: 0; background-color: transparent; + block-size: var(--height); border: 0; cursor: pointer; - inset: 0; + inset: auto 0 0 0; padding: 0; position: absolute; z-index: 6;