.drawer-sheet{display:flex;flex-direction:column;flex:1 1;min-height:0;height:100%;overflow:hidden}.drawer-sheet__drag-zone{flex-shrink:0;padding-top:12px;padding-bottom:16px;display:flex;justify-content:center;align-items:center;touch-action:pan-y;cursor:-webkit-grab;cursor:grab}.puller{width:36px;height:4px;border-radius:999px;background:rgba(0,0,0,.2)}.drawer-sheet__scroll{flex:1 1;min-height:0;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain;touch-action:pan-y;scrollbar-width:none}.drawer-sheet__scroll::-webkit-scrollbar{display:none}