Basically my requirement was to make second div re-sizable with re-sizable handler at top i.e. between both div's that's why i have used first div as re-sizable and my re-sizable height is 900px.
import Modal from "./components/modal"; import { icons } from "./components/modal/modules/Icons"; const openModalBtn = document.querySelector("#open-modal-btn ...