https://i.sstatic.net/BWmFU.gif
https://i.sstatic.net/ZaLH8.gif
When I apply margin and padding to this class, it starts twitching like in the first GIF.
Removing the margin and padding fixes the issue, but I need them for styling.
What is causing this problem and how can it be resolved?
First GIF
.ant-layout.ant-layout-has-sider {
max-width: 1440px;
margin: 0 auto;
padding: 32px 0 0 0;
}
Second GIF
.ant-layout.ant-layout-has-sider {
max-width: 1440px;
}