Fix scrolling on home and history

This commit is contained in:
Saoud Rizwan
2024-09-11 14:46:15 -04:00
parent 999abacd48
commit 1b41ee0a6b
4 changed files with 12 additions and 6 deletions

View File

@@ -29,7 +29,7 @@ const HistoryPreview = ({ showHistoryView }: HistoryPreviewProps) => {
}
return (
<div style={{ flexGrow: 1, overflowY: "auto" }}>
<div style={{ flexShrink: 0 }}>
<style>
{`
.history-preview-item {