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;
}
Code: Select all
.slot-button:hover, .slot-button-inline:hover, .slot-button-inline.selected {
z-index: 5; remove this
}