09-04-2023, 12:48 PM
(09-04-2023, 01:31 AM)bplus Wrote: Yeah see I'd rather not have scroll bars, wow even a vertical one!
I have updated staging with your banner FontFlag and added the following for your code to remove the scrollbars in qbjs:
Code: (Select All)
Import Dom From "lib/web/dom.bas"
Dom.Container().style.overflow = "hidden"
Put this right at the top.