Skip to content

Commit

Permalink
fix virtualized scrolling issue in Firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
Sqrrl committed Nov 18, 2022
1 parent d9ceed4 commit b5b2c04
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion addon/src/components/TokenTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,11 @@ export const TokenTable = ({
position: 'relative'
}}
>
<thead className="docblock-argstable-head" ref={theadRef}>
<thead
className="docblock-argstable-head"
ref={theadRef}
style={{ height: '28px' }}
>
<tr>
<th>Name</th>
{showValueColumn && <th>Value</th>}
Expand Down

0 comments on commit b5b2c04

Please sign in to comment.