Skip to content

Commit

Permalink
style: expand area to avoid displaying horizontal scroll bar
Browse files Browse the repository at this point in the history
  • Loading branch information
n-hidaka committed May 30, 2024
1 parent ae7acc0 commit 4fccdb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/conference/components/right-menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 4fccdb9

Please sign in to comment.