make height adjustment

aiheight-adjustment
Joseph Izang 1 week ago
parent 6cab7bb727
commit 8b5378473c
  1. 4
      apps/remix-ide/src/app/components/popup-panel.tsx

@ -89,10 +89,10 @@ export class PopupPanel extends AbstractPanel {
<div
className={`px-0 bg-light border-info ${appState?.showPopupPanel ? 'd-flex' : 'd-none'}`}
style={{
maxHeight: '40rem',
maxHeight: '60%',
maxWidth: '25rem',
width: 'max-content',
height: '40rem',
height: '60%',
position: 'fixed',
bottom: '2rem',
right: '1.5rem',

Loading…
Cancel
Save