Skip to content

Commit ae84e35

Browse files
committed
WIP fix flapping snapshot
1 parent 7e87641 commit ae84e35

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

frontend/src/scenes/experiments/ExperimentView/Exposures.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,9 +181,10 @@ export function Exposures(): JSX.Element {
181181
{exposures?.timeseries.length > 0 && (
182182
<div>
183183
<h3 className="card-secondary">Total exposures</h3>
184-
<div className="border rounded max-h-[160px] overflow-auto [&_.LemonTable]:border-0">
184+
<div className="border rounded [&_.LemonTable]:border-0">
185185
<LemonTable
186186
dataSource={exposures?.timeseries || []}
187+
scrollable={{ y: 160 }}
187188
columns={[
188189
{
189190
title: 'Variant',

0 commit comments

Comments
 (0)