- Added Custom Exams tab showing all exams from Generation page - Displays title, module badges, duration, and status - Added Create Exam button - Kept Exam Sessions tab for institutional sessions - Search filters across exams Made-with: Cursor
9 lines
375 B
JavaScript
9 lines
375 B
JavaScript
export var zeroRightClassName = 'right-scroll-bar-position';
|
|
export var fullWidthClassName = 'width-before-scroll-bar';
|
|
export var noScrollbarsClassName = 'with-scroll-bars-hidden';
|
|
/**
|
|
* Name of a CSS variable containing the amount of "hidden" scrollbar
|
|
* ! might be undefined ! use will fallback!
|
|
*/
|
|
export var removedBarSizeVariable = '--removed-body-scroll-bar-size';
|