.scrollable-div { min-height: 200px; max-height: 300px; overflow: auto; scroll-behavior: smooth; } .resize-vertical { resize: vertical; }