Skip to content

devforum.roblox.com fix by EpicDoge69420

Details

AuthorEpicDoge69420

LicenseNo License

Categorydevforum.roblox.com

Created

Updated

Code size461 B

Code checksum31f7f934

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

fixes not being able to scroll and select text

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         devforum.roblox.com
@version      20231020.00.09
@namespace    ?
==/UserStyle== */

@-moz-document domain("devforum.roblox.com") {
html{
    overflow-y: scroll !important;
}
#d-splash {
    display: grid;
    place-items: center;
    backface-visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 0;
    --animation-state: paused;
}
}

@-moz-document domain("devforum.roblox.com") {

}

Reviews

No reviews yet.