We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e87641 commit ae84e35Copy full SHA for ae84e35
frontend/src/scenes/experiments/ExperimentView/Exposures.tsx
@@ -181,9 +181,10 @@ export function Exposures(): JSX.Element {
181
{exposures?.timeseries.length > 0 && (
182
<div>
183
<h3 className="card-secondary">Total exposures</h3>
184
- <div className="border rounded max-h-[160px] overflow-auto [&_.LemonTable]:border-0">
+ <div className="border rounded [&_.LemonTable]:border-0">
185
<LemonTable
186
dataSource={exposures?.timeseries || []}
187
+ scrollable={{ y: 160 }}
188
columns={[
189
{
190
title: 'Variant',
0 commit comments