Skip to content

Commit

Permalink
Correct svh to dvh
Browse files Browse the repository at this point in the history
  • Loading branch information
RexShum committed Jan 21, 2025
1 parent 067903c commit 3fab077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/Room/_styled.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {COLOR_FONT_GREY, COLOR_BACKGROUND_GREY, COLOR_BLUE, COLOR_LIGHTER_GREY}
import {device, RIGHT_MENU_WIDTH, TOPBAR_HEIGHT} from '../dimensions';

export const StyledRoom = styled.div`
height: 100svh;
height: 100dvh;
display: flex;
flex-direction: column;
justify-content: stretch;
Expand Down

0 comments on commit 3fab077

Please sign in to comment.