1
1
mirror of https://github.com/pterodactyl/panel.git synced 2024-11-22 17:12:30 +01:00

Remove max height; fixes overflow issues with small browser font sizes; closes #2799 closes #3084

This commit is contained in:
Dane Everitt 2021-02-17 21:26:40 -08:00
parent 94ea9c37d0
commit b92712e990
No known key found for this signature in database
GPG Key ID: EEA66103B3D71F53

View File

@ -212,10 +212,7 @@ export default () => {
tw`rounded-t p-2 bg-black w-full`,
!canSendCommands && tw`rounded-b`,
]}
style={{
minHeight: '16rem',
maxHeight: '32rem',
}}
style={{ minHeight: '16rem' }}
>
<TerminalDiv id={'terminal'} ref={ref}/>
</div>