Skip to content

Commit 2aa2009

Browse files
authored
fix: interaction panel causes layout shift (#3224)
Signed-off-by: Ihor Dykhta <dikhta.igor@gmail.com>
1 parent 2e24bd2 commit 2aa2009

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/components/src/side-panel/interaction-panel/interaction-panel.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ interface InteractionPanelProps {
3535

3636
const StyledInteractionPanel = styled.div`
3737
padding-bottom: 6px;
38+
contain: layout paint;
3839
`;
3940

4041
InteractionPanelFactory.deps = [TooltipConfigFactory, BrushConfigFactory];

0 commit comments

Comments
 (0)