diff --git a/src/components/AppBar.tsx b/src/components/AppBar.tsx index 06ace64..f4e3dfe 100644 --- a/src/components/AppBar.tsx +++ b/src/components/AppBar.tsx @@ -6,8 +6,9 @@ import { isRunningStandalone } from "../utils/front"; const StyledContainer = styled.div` position: fixed; - bottom: 0; - width: 100vw; + bottom: -1px; + left: -2px; + width: calc(100vw + 4px); box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.3); z-index: 1; background: #181818;