4,554
edits
No edit summary |
No edit summary |
||
Line 110: | Line 110: | ||
right: 0; | right: 0; | ||
width: 37%; | width: 37%; | ||
height: | max-height: 0; | ||
transition: | overflow: hidden; | ||
transition: max-height 0.3s ease; | |||
} | } | ||
#show-article-wrapper:hover { | #show-article-wrapper:hover { | ||
max-height: 500px; /* Adjust this value based on your content */ | |||
border: 10px solid red; | border: 10px solid red; | ||
} | } |