aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionCarouselView.tsx
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2025-03-06 10:49:20 -0500
committerbobzel <zzzman@gmail.com>2025-03-06 10:49:20 -0500
commit28792ad2da9f5dfab96f98f34a11136bd1453e0f (patch)
treefc77258b694b1bab4e39b8bef313538ff9b9fecd /src/client/views/collections/CollectionCarouselView.tsx
parent1256ea80f4f1feedf9344020d1bb5fbbaf8e21a4 (diff)
fixed resizing height to be > 10 pixels. split pivotView out of timeView.
Diffstat (limited to 'src/client/views/collections/CollectionCarouselView.tsx')
-rw-r--r--src/client/views/collections/CollectionCarouselView.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionCarouselView.tsx b/src/client/views/collections/CollectionCarouselView.tsx
index 87c6e3e5c..a7d217076 100644
--- a/src/client/views/collections/CollectionCarouselView.tsx
+++ b/src/client/views/collections/CollectionCarouselView.tsx
@@ -249,9 +249,9 @@ export class CollectionCarouselView extends CollectionSubView() {
position: 'relative',
}}>
{this.content}
- {this.flashCardUI(this.curDoc, this.docViewProps, this.answered)}
{this.navButtons}
</div>
+ {this.flashCardUI(this.curDoc, this.docViewProps, this.answered)}
</div>
);
}