Skip to content

Commit

Permalink
z
Browse files Browse the repository at this point in the history
  • Loading branch information
deniseli committed Sep 27, 2024
1 parent ed5bcfc commit c7c7749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/console/src/features/modules/ModulesTree.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ export const ModulesTree = ({ modules }: { modules: ModuleTreeItem[] }) => {
return (
<div className={'flex grow flex-col h-full gap-y-5 overflow-y-auto bg-gray-100 dark:bg-gray-900'}>
<nav>
<div className='sticky top-0 border-b border-gray-300 bg-gray-100 dark:border-gray-800 dark:bg-gray-900'>
<div className='sticky top-0 border-b border-gray-300 bg-gray-100 dark:border-gray-800 dark:bg-gray-900 z-10'>
<span className='block w-[calc(100%-30px)]'>
<Multiselect allOpts={declTypeMultiselectOpts} selectedOpts={selectedDeclTypes} onChange={msOnChange} />
</span>
Expand Down

0 comments on commit c7c7749

Please sign in to comment.