Fix wish size increasing on hover

This commit is contained in:
grandeljay 2022-11-15 14:42:54 +01:00
parent afc273fb5a
commit ede6a9e1f3

View file

@ -266,7 +266,6 @@ figure {
}
.wishlist .ui.card:hover > .content:not(.extra) {
height: calc(1.5 * var(--wishPreviewHeight) - var(--buttonsHeight) - 4px);
margin-bottom: var(--buttonsHeight);
overflow: auto;