1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-07 20:24:01 +00:00

Increase modal height to remove scroll bars

This commit is contained in:
Isaiah Inuwa
2025-11-11 13:18:47 -06:00
parent 7f9b78e945
commit d798875a1f

View File

@@ -4,7 +4,7 @@ import { WindowState } from "./models/domain/window-state";
// change as needed, however limited by mainwindow minimum size
const popupWidth = 600;
const popupHeight = 600;
const popupHeight = 620;
type Position = { x: number; y: number };