Skip to content

Commit

Permalink
fix(component/sidebar): fix h-full class
Browse files Browse the repository at this point in the history
  • Loading branch information
MGREMY committed Apr 8, 2024
1 parent 5d371c1 commit b61ddc1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export interface SidebarContentRootTheme {

export const sidebarTheme: SidebarBaseTheme = {
root: {
base: '"h-full',
base: 'h-full',
},
content: {
base: 'flex h-full flex-col space-y-4 divide-y divide-gray-200 overflow-y-auto bg-white py-4 px-3 dark:divide-gray-700 dark:border-gray-700 dark:bg-gray-800',
Expand Down

0 comments on commit b61ddc1

Please sign in to comment.