mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-26 17:30:07 +00:00
Fix: Extra Scrollbars in Media Assets Sidebar (#7508)
## Summary The Divider was throwing off the sizing assumptions for the sidebar tab's width and the interaction between the Sidebar Tab's container height and the ScrollPanel's and VirtualGrid's sizing calculations. ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-7508-Fix-Extra-Scrollbars-in-Media-Assets-Sidebar-2ca6d73d365081dd8475e209d9b062c0) by [Unito](https://www.unito.io)
This commit is contained in:
@@ -56,9 +56,9 @@
|
|||||||
class="pb-1 px-2 2xl:px-4"
|
class="pb-1 px-2 2xl:px-4"
|
||||||
:show-generation-time-sort="activeTab === 'output'"
|
:show-generation-time-sort="activeTab === 'output'"
|
||||||
/>
|
/>
|
||||||
|
<Divider type="dashed" class="my-2" />
|
||||||
</template>
|
</template>
|
||||||
<template #body>
|
<template #body>
|
||||||
<Divider type="dashed" class="m-2" />
|
|
||||||
<div v-if="loading && !displayAssets.length">
|
<div v-if="loading && !displayAssets.length">
|
||||||
<ProgressSpinner class="absolute left-1/2 w-[50px] -translate-x-1/2" />
|
<ProgressSpinner class="absolute left-1/2 w-[50px] -translate-x-1/2" />
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user