removes resizable, scrollable

This commit is contained in:
Kyep
2020-08-01 10:17:29 -07:00
parent fed108005a
commit 7fe2161d19
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -6,8 +6,8 @@ import { InterfaceLockNoticeBox } from './common/InterfaceLockNoticeBox';
export const APC = (props, context) => {
return (
<Window resizable>
<Window.Content scrollable>
<Window>
<Window.Content>
<ApcContent />
</Window.Content>
</Window>
File diff suppressed because one or more lines are too long