mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
fix: show tooltip of search mode
This commit is contained in:
parent
3ca6c2bf07
commit
6fde8c1092
2 changed files with 2 additions and 2 deletions
|
|
@ -23,7 +23,7 @@ import {
|
|||
useRenderFileCommentAmounts,
|
||||
useRenderFileStatus,
|
||||
useRenderFindInFolderButton,
|
||||
useRenderGoToButton,
|
||||
useRenderGoToButton
|
||||
} from './hooks/useNodeRenderers'
|
||||
import { useHandleNodeClick } from './hooks/useOnNodeClick'
|
||||
import { useOnSearch } from './hooks/useOnSearch'
|
||||
|
|
@ -202,6 +202,7 @@ function LoadedFileExplorer({
|
|||
height,
|
||||
width: '100%',
|
||||
overflow: 'auto',
|
||||
position: 'absolute', // This allows reducing `height` on viewport height reduce
|
||||
}}
|
||||
ref={scrollElementRef}
|
||||
onScroll={onScroll}
|
||||
|
|
|
|||
|
|
@ -503,7 +503,6 @@ html[data-with-gitako-spacing='true'] {
|
|||
display: inline-flex;
|
||||
flex: 1;
|
||||
flex-direction: column;
|
||||
overflow: hidden; // essential for shrinking `.files` when viewport height reduce
|
||||
|
||||
.search-input {
|
||||
padding-left: 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue