Skip to content

Commit

Permalink
Fix broken pages
Browse files Browse the repository at this point in the history
  • Loading branch information
SijmenHuizenga committed Oct 29, 2023
1 parent 0bb1c0d commit 710fe26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/templates/Room.tsx
Expand Up @@ -13,7 +13,7 @@ export const RoomWrapper = ({
return (
<div
style={style}
className="h-full maxh-full min-w-full border-black bg-auto bg-cover bg-center overflow-hidden"
className="h-full maxh-full min-w-full border-black bg-auto bg-cover bg-center overflow-hidden relative"
>
{children}
</div>
Expand Down

0 comments on commit 710fe26

Please sign in to comment.