Skip to content
This repository was archived by the owner on Nov 25, 2021. It is now read-only.

Commit de4f140

Browse files
committed
feat: variable width for HoverOverlay
1 parent 479aa28 commit de4f140

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/HoverOverlay.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
.hover-overlay {
44
position: absolute;
5-
width: 32rem;
5+
min-width: 6rem;
6+
max-width: 32rem;
67
max-height: 15rem;
78
display: flex;
89
flex-direction: column;

0 commit comments

Comments
 (0)