overlay overflow hidden so it stops affecting the scroll bar
This commit is contained in:
parent
0f87a0b840
commit
141ece8a3e
1 changed files with 1 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ const useStyles = makeStyles((_theme: Theme) => ({
|
|||
position: 'relative',
|
||||
display: 'block', // Changed to block to respect Box margins
|
||||
width: 'fit-content', // Shrinks to child width
|
||||
overflow: 'hidden', // Clip pulse animation so it doesn't affect parent layout
|
||||
'&::after': {
|
||||
content: '""',
|
||||
position: 'absolute',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue