diff --git a/packages/modal/src/components/drawer/Drawer.module.css b/packages/modal/src/components/drawer/Drawer.module.css index 029cac677..56834962e 100644 --- a/packages/modal/src/components/drawer/Drawer.module.css +++ b/packages/modal/src/components/drawer/Drawer.module.css @@ -15,8 +15,16 @@ &.floating { margin: var(--swui-metrics-space); border-radius: var(--swui-border-radius); + + @media (max-width: 768px) { + margin: 0; + border-radius: 0; + } } + + + &:focus-visible { outline: unset; }