Skip to content

Scrollable Options - Quest Learning Chemistry by yeetingwaterbottle

Details

Authoryeetingwaterbottle

LicenseNo License

Categoryquest.cns.utexas.edu

Created

Updated

Size800 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Making the Options Scrollable on the Side of the Questions. (Updated 2/27/2023)

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Scrollable Chemistry Options
@namespace      github.com/openstyles/stylus
@version        1.0.2
@description    Makes Chemistry Options Scrollable as The Same Height as The Question Box 
@author         Yeeting Waterbottle
==/UserStyle== */
@-moz-document url-prefix("https://quest.cns.utexas.edu/student/instances/show?instance=") {
    .dataTables_scrollBody {
        position: unset !important;
        overflow: unset !important;
        height: unset !important;
    }
    
    .dataTables_scrollBody > .table {
        position: unset !important;
    }
    
    .dataTables_scrollBody > div {
        height: inherit !important;
    }

    .col-sm-12 {
        max-height: 1200px !important;
        overflow: auto !important;
    }
}

Reviews

No reviews yet.