mirror of
https://github.com/moghtech/komodo.git
synced 2026-04-27 03:38:46 -05:00
use the scroller class for LogContainer
This commit is contained in:
@@ -52,7 +52,7 @@ export default UpdateMenu;
|
||||
|
||||
const UpdateMenuContent: Component<{ update: UpdateType }> = (p) => {
|
||||
return (
|
||||
<Grid class={s.LogContainer}>
|
||||
<Grid class={combineClasses(s.LogContainer, "scroller")}>
|
||||
<UpdateSummary update={p.update} />
|
||||
<UpdateLogs update={p.update} />
|
||||
</Grid>
|
||||
|
||||
@@ -41,7 +41,6 @@
|
||||
|
||||
.LogContainer {
|
||||
max-height: 80vh;
|
||||
overflow: scroll;
|
||||
}
|
||||
|
||||
.Log {
|
||||
|
||||
Reference in New Issue
Block a user