80vh is too tall for modals

This commit is contained in:
lone-cloud 2025-12-13 22:04:54 -08:00
parent 25ea84a6da
commit 2884698967
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
{ {
"name": "gerbil", "name": "gerbil",
"productName": "Gerbil", "productName": "Gerbil",
"version": "1.16.3", "version": "1.16.4",
"description": "Run Large Language Models locally", "description": "Run Large Language Models locally",
"main": "out/main/index.js", "main": "out/main/index.js",
"homepage": "./", "homepage": "./",

View file

@ -39,7 +39,7 @@ export const Modal = ({
const content = tallContent ? ( const content = tallContent ? (
<div <div
style={{ style={{
height: '80vh', height: '75vh',
padding: 0, padding: 0,
display: 'flex', display: 'flex',
flexDirection: 'column', flexDirection: 'column',