···116116 // this div wraps the contents AND the page options.
117117 // it needs to be its own div because this container does NOT scroll, and therefore doesn't clip the absolutely positioned pageOptions
118118 <div
119119- className={`pageWrapper relative shrink-0 ${props.fullPageScroll ? "w-full" : "w-max"}`}
119119+ className={`pageWrapper relative shrink-0 h-full ${props.fullPageScroll ? "w-full" : "w-max"}`}
120120 >
121121 {/*
122122 this div is the scrolling container that wraps only the contents div.