Ignition designer scrollbars

hello all. I have a problem with Ignition Designer scrollbars.
I don't know why but I don't see them anymore.
Has this ever happened to anyone?
Any ideas on how to make them reappear?
Thanks a lot.


I'm not sure but weird things can happen if you're on Windows and have the scale factor set to other than 100%. Check System > Display > Scale & layout > Scale.

Tip: proof-read your question title! I enjoyed it.

ups...I apologize, my fault, i was tired :laughing:
But are the settings you're talking about related to the vision module?
I don't know where they are in perspective
I tried to update the version from 1.39 to 1.43, but it didn't help

They're not ignition settings, but windows settings.
Go into your display settings (right click on the desktop -> display settings) and you'll find a scale setting there:
image

I kinda doubt it would cause scrollbars to disappear, but... windows... so you never know.

1 Like

I tried, but nothing changed, scrollbars are still missing.
If I won't find a solution maybe I could try to remove and reinstall ignition

do yo have stuff in the advaced stylesheet or imported a different theme?

1 Like

Victor you've got the point!
I have some stuff in advance stylesheet, I remove all and...voilà, here are the bars.
Now I have to investigate what poin of css cause the problem...
Thank you so much.

1 Like

Css around
overflow
height (or width)
maybe flex (shrink)
are probably the problem.

good luck ^^

feel free to share the file, i should be able to spot it (if its not too much xd)

1 Like

...this one:

::-webkit-scrollbar {
    display: none;
}

:neutral_face:

2 Likes

uf yikes yeah xD Who put that there :o

3 Likes