Mod Portal Chrome proroblem

A place to talk about the official Factorio mod portal (https://mods.factorio.com)
Post Reply
andro_marian
Manual Inserter
Manual Inserter
Posts: 3
Joined: Fri Nov 22, 2019 12:46 pm
Contact:

Mod Portal Chrome proroblem

Post 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.

Jap2.0
Smart Inserter
Smart Inserter
Posts: 2339
Joined: Tue Jun 20, 2017 12:02 am
Contact:

Re: Mod Portal Chrome proroblem

Post by Jap2.0 »

Solution: use Firefox.

:P
There are 10 types of people: those who get this joke and those who don't.

andro_marian
Manual Inserter
Manual Inserter
Posts: 3
Joined: Fri Nov 22, 2019 12:46 pm
Contact:

Re: Mod Portal Chrome proroblem

Post 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...

Post Reply

Return to “Mod portal Discussion”