Skip to content

ServiceNow UI fixes by aom

Details

Authoraom

LicenseNo License

Categoryservice-now.com

Created

Updated

Size258 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Improve the script editor in ServiceNow

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         ServiceNow UI Fixes
@namespace    service-now.com
@version      0.1.0
==/UserStyle== */
@-moz-document regexp(".*service-now\\.com.*sys_script_fix\\.do.*") {
.CodeMirror-scroll {
    max-height: 10000px !important;
}
}

Reviews

No reviews yet.