overlay overflow hidden so it stops affecting the scroll bar

This commit is contained in:
Carter 2026-03-16 14:15:17 -06:00
parent 0f87a0b840
commit 141ece8a3e

View file

@ -8,6 +8,7 @@ const useStyles = makeStyles((_theme: Theme) => ({
position: 'relative', position: 'relative',
display: 'block', // Changed to block to respect Box margins display: 'block', // Changed to block to respect Box margins
width: 'fit-content', // Shrinks to child width width: 'fit-content', // Shrinks to child width
overflow: 'hidden', // Clip pulse animation so it doesn't affect parent layout
'&::after': { '&::after': {
content: '""', content: '""',
position: 'absolute', position: 'absolute',