ui: node certificate: make panel only vertical scrollable
Otherwise, a browser window breaks the responsive horizontal flex-flow/grid-column resize, and just displays the vertical scroll bar instead, which can look a bit odd. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
6a594c50cb
commit
d3d4873615
@ -5,7 +5,7 @@ Ext.define('PVE.node.CertificateView', {
|
||||
onlineHelp: 'sysadmin_certificate_management',
|
||||
|
||||
mixins: ['Proxmox.Mixin.CBind'],
|
||||
scrollable: true,
|
||||
scrollable: 'y',
|
||||
|
||||
items: [
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user