Imagine I have a div
set with a maximum height of 350px
.
If the content exceeds this height, the div
will overflow and display a scroll bar.
But how can I make sure that a border is visible when there is no scroll bar present?
Appreciate any help. Thanks!