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:
@@ -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 };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user