lots of empty space in new firewall ui, yet I must scroll

Started by bimbar, March 06, 2026, 11:48:50 AM

Previous topic - Next topic
Maybe we can get rid of the scrolling subframe? Or at least scale the frame to the full height that is available?

On my screen the firewall rules window uses about half of the available height, but I can scroll way down.


Best would be to open a ticket on GH for this, so devs can review.

Regards,
S.
Networking is love. You may hate it, but in the end, you always come back to it.

OPNSense HW
N355 - i226-V | AQC113C | 16G | 500G - PROD

PRXMX
N5105 - i226-V | 2x8G | 512G - NODE #1
N100 - i226-V | 16G | 1T - NODE #2

I have fixed this for me with a Tampermonkey script.
Until it is fixed, you can use this.




(function()
{
    'use strict';

    GM_addStyle(`
        .tabulator .tabulator-tableholder
        {
            max-height: 2000px !important;
            height: auto !important;
            overflow-y: auto !important;
        }

        .tabulator
        {
            max-height: 2000px !important;
            height: auto !important;
        }

        .bootgrid-table-container,
        .bootgrid-body
        {
            max-height: 2000px !important;
            height: auto !important;
            overflow-y: auto !important;
        }

        .tab-content.content-box
        {
            max-height: none !important;
            overflow: visible !important;
        }
    `);
})();

Mind sharing a screenshot of what this^ looks like?
N5105 | 8/250GB | 4xi226-V | Community