fix(fe): Version panel overflow

fix(fe): Version panel overflow
This commit is contained in:
andrewwallacespeckle
2025-08-11 14:52:55 +01:00
committed by GitHub
@@ -1,5 +1,5 @@
<template>
<div>
<div class="h-full">
<ViewerCompareChangesPanel
v-if="showDiff"
:clear-on-back="false"
@@ -25,7 +25,7 @@
<div class="flex flex-col h-full">
<template v-if="resourceItems.length">
<!-- Versions with single scroll container for sticky headers -->
<div class="flex-1 overflow-y-auto">
<div class="flex-1 overflow-y-auto simple-scrollbar">
<div
v-for="({ model, versionId }, index) in modelsAndVersionIds"
:key="model.id"