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 422389d commit a24fd1fCopy full SHA for a24fd1f
packages/webui/src/client/lib/VirtualElement.tsx
@@ -81,10 +81,6 @@ export function VirtualElement({
81
() => ({
82
width: width ?? 'auto',
83
height: ((placeholderHeight || ref?.clientHeight) ?? '0') + 'px',
84
- marginTop: 0,
85
- marginLeft: 0,
86
- marginRight: 0,
87
- marginBottom: 0,
88
// These properties are used to ensure that if a prior element is changed from
89
// placeHolder to element, the position of visible elements are not affected.
90
contentVisibility: 'auto',
0 commit comments