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