I have an info page im showing but the output does not match chrome/edge/firefox
Is there a specific flavour I should target?
Specifically Im having problems styling a scrollbar, it just doesnt show.
I have an info page im showing but the output does not match chrome/edge/firefox
Is there a specific flavour I should target?
Specifically Im having problems styling a scrollbar, it just doesnt show.
@sja, Anthias currenly disables scrollbars, as seen in this part of the source code.
Let me know if you’d like Anthias to be flexible with regards to scroll bars. Thanks.
I see ofcourse it depends on your usecase
you can see a demo of the informationpage here:
https://dm.sde.dk/infoscreen/
The player uses a Chromium-based browser (the same engine behind Chrome), so styling for Chrome is the right target. For the scrollbar specifically, Chromium uses the webkit scrollbar rules (for example ::-webkit-scrollbar), so those should take effect. Marking this as solved. If the scrollbar still will not show on a current version, share the relevant CSS and we will take a look.