mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fixing scroll jumping bug
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
parent
a054ae2714
commit
139c1146ad
@ -112,6 +112,7 @@ export const PodLogControls = observer((props: Props) => {
|
|||||||
material="get_app"
|
material="get_app"
|
||||||
onClick={downloadLogs}
|
onClick={downloadLogs}
|
||||||
tooltip={_i18n._(t`Save`)}
|
tooltip={_i18n._(t`Save`)}
|
||||||
|
className="download-icon"
|
||||||
/>
|
/>
|
||||||
<PodLogSearch {...props} />
|
<PodLogSearch {...props} />
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -92,6 +92,10 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.logs .VirtualList .list {
|
||||||
|
overflow-x: scroll!important;
|
||||||
|
}
|
||||||
|
|
||||||
&.noscroll {
|
&.noscroll {
|
||||||
.logs .VirtualList .list {
|
.logs .VirtualList .list {
|
||||||
overflow-x: hidden!important; // fixing scroll to bottom issues in PodLogs
|
overflow-x: hidden!important; // fixing scroll to bottom issues in PodLogs
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user