Skip to content

Moodle Fix by iamafriedburrito

Screenshot of Moodle Fix

Details

Authoriamafriedburrito

LicenseNo License

Categorymoodle.apsit.org.in

Created

Updated

Code size596 B

Code checksumea588ee8

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Fix APSIT Moodle Course Order And Add Scrollbar

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Moodle Fix
@version      20240801.15.54
@namespace    https://userstyles.world/user/blacklytning and craniacshencil
@description  Fix APSIT Moodle Course Order
@author       blacklytning and craniacshencil
@license      No License
==/UserStyle== */

@-moz-document domain("moodle.apsit.org.in") {
.dropdown-menu {
    max-height: 550px;   
    overflow-y: auto;    
    overflow-x: hidden;
    scrollbar-width: thin;
}

#custom_menu_courses ul {
  transform: rotate(180deg);
}

#custom_menu_courses li {
  transform: rotate(-180deg);
}


}

Reviews

No reviews yet.