Skip to content
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.

Commit

Permalink
fix: full navbar size
Browse files Browse the repository at this point in the history
  • Loading branch information
pupixipup committed Feb 16, 2024
1 parent e146c36 commit e9322e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/widgets/sidebar/ui/sidebar/sidebar.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

.sidebarWrapper {
pointer-events: none;
width: 100vw;
height: 100dvh;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0);
backdrop-filter: none;
-webkit-backdrop-filter: none;
Expand Down

0 comments on commit e9322e7

Please sign in to comment.