Skip to content

Commit

Permalink
Update SidebarBase.js
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware authored Nov 10, 2023
1 parent 7f4cab0 commit f623db5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions components/lib/sidebar/SidebarBase.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,11 @@ const styles = `
.p-sidebar-full .p-sidebar {
transition: none;
transform: none;
width: 100vw;
height: 100vh;
width: 100vw !important;
height: 100vh !important;
max-height: 100%;
top: 0px;
left: 0px;
top: 0px !important;
left: 0px !important;
}
/* Animation */
Expand Down

0 comments on commit f623db5

Please sign in to comment.