Removing overflow scrolls to add an ability to screenshot the report
bluecore.com link tracking full screen by keymasterr
Details
Authorkeymasterr
LicenseNo License
Categorybluecore
Created
Updated
Size509 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name bluecore.com link tracking full screen
@version 20220331.18.57
@namespace userstyles.world/user/keymasterr
@description Removing overflow scrolls to add an ability to screenshot the report
@author keymasterr
@license No License
==/UserStyle== */
@-moz-document regexp(".*bluecore\\.com.*viewTab=clicktracking.*") {
body { overflow: auto !important; }
.click-tracking-content-left,
.click-tracking_content_right
{
height: unset;
overflow: unset;
}
}