diff --git a/src/conference/components/right-menu.tsx b/src/conference/components/right-menu.tsx index 7c236d7..951b3b8 100644 --- a/src/conference/components/right-menu.tsx +++ b/src/conference/components/right-menu.tsx @@ -42,7 +42,7 @@ const wrapperStyle = css({ right: 0, bottom: 0, zIndex: zIndex.base, - width: wrapperWidth, + width: `calc(${wrapperWidth} - 15px)`, backgroundColor: globalColors.gray, height: "100%", transition: ".25s ease transform",