Page 1 of 1

Mod Portal Chrome proroblem

Posted: Fri Dec 11, 2020 7:04 pm
by andro_marian
Not sure if here is the right place to post it...

Seams the chrome makes the GPU to be high when hovering over the Mods Categories: https://bugs.chromium.org/p/chromium/is ... id=1157447
To fix it you should change the z-index from:

Code: Select all

.slot-button-inline {
    z-index: 1; to z-index: 5;
}
and remove the z-index from:

Code: Select all

.slot-button:hover, .slot-button-inline:hover, .slot-button-inline.selected {
    z-index: 5; remove this
}
Not sure why need there z-index but anyway.

Re: Mod Portal Chrome proroblem

Posted: Sat Dec 12, 2020 11:15 pm
by Jap2.0
Solution: use Firefox.

:P

Re: Mod Portal Chrome proroblem

Posted: Sun Dec 13, 2020 11:53 am
by andro_marian
Jap2.0 wrote:
Sat Dec 12, 2020 11:15 pm
Solution: use Firefox.

:P
Yea. I not use Chrome usually. I try the New Edge to see how it is, really bad than older versions without chrome.
Chrome was going down when they removed the Windows GDI font rendering.
Not sure why they switch...