]> git.proxmox.com Git - pve-manager.git/commit - www/manager6/form/ComboBoxSetStoreNode.js
ui: local storage selector: avoid cut-off for node field
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 31 Jan 2023 16:59:56 +0000 (17:59 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 31 Jan 2023 16:59:58 +0000 (17:59 +0100)
commit7b668b16bb3e4e63c93d923b1573baa942fd78e7
treec82489b029bee7954fa8485406da007411666e48
parentab4ea492b6ab9acbe55291ea9d7993985c35ce40
ui: local storage selector: avoid cut-off for node field

The top bar normally doesn't hosts form fields, so the height was a
bit off and the lower border of the node selector overflowed and got
hidden, making the whole picker look slightly off.

So set a minimum height of 40 px to ensure the field can be fully
shown, including margins.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/manager6/form/ComboBoxSetStoreNode.js