Skip to content

Commit

Permalink
prevent ic from scrolling in default 1080p window
Browse files Browse the repository at this point in the history
  • Loading branch information
stonedDiscord committed Aug 17, 2024
1 parent 19db325 commit 12fe09d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webAO/ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ const config = {
width: 40,
content: [{
type: 'component',
height: 67,
height: 68,
isClosable: false,
componentName: 'template',
title: 'IC',
componentState: { id: 'client_wrapper' },
},
{
type: 'component',
height: 33,
height: 32,
isClosable: false,
title: 'IC Options',
componentName: 'template',
Expand Down

0 comments on commit 12fe09d

Please sign in to comment.