.scroll-panel{width:100%;height:100%;max-height:inherit;flex-direction:column;gap:16px;display:flex;overflow:auto}.scroll-panel__append,.scroll-panel__prepend{flex:none}.scroll-panel__content{flex:auto;min-height:0;overflow:auto}.scroll-panel--hide-scrollbar .scroll-panel__content{scrollbar-width:none;-ms-overflow-style:none}.scroll-panel--hide-scrollbar .scroll-panel__content::-webkit-scrollbar{display:none}.scroll-panel--hide-scrollbar:hover .scroll-panel__content{scrollbar-width:thin}.scroll-panel--hide-scrollbar:hover .scroll-panel__content::-webkit-scrollbar{display:block}
