Skip to content

MATLAB Grader flashing header fix by AlexApps99

Details

AuthorAlexApps99

LicenseNo License

Categorymatlab

Created

Updated

Size543 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Stops MATLAB Grader from being a flickering eyesore.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           MATLAB Grader flashing header fix
@description    Stops MATLAB Grader from being a flickering eyesore.
@namespace      www.innersloth.com/games/among-us/
@version        1.0.0
@author         Alex
==/UserStyle== */

@-moz-document domain("grader.mathworks.com") {
    div.sticky_header_container.affix-top.affix {
        width: unset !important;
        box-shadow: unset !important;
        top: unset !important;
        z-index: unset !important;
        position: unset !important;
    }
}

Reviews

No reviews yet.