Skip to content

Edge Mobile Stylus Popup Fix by pabli

Screenshot of Edge Mobile Stylus Popup Fix

Details

Authorpabli

LicenseWTFPL

Categorychrome-extension

Created

Updated

Size654 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Microsoft Edge Canary for Android - Stylus Popup Fix

Notes

Source code

/* ==UserStyle==
@name         Edge Mobile Stylus Popup Fix
@description  Microsoft Edge Canary for Android - Stylus Popup Fix
@version      1.0.0
@author       Pabli (https://github.com/pabli24)
@namespace    https://github.com/pabli24
@homepageURL  https://github.com/openstyles/stylus/issues/1902#issuecomment-2618816516
@supportURL   https://userstyles.world/style/20552/edge-mobile-stylus-popup-fix
@license      WTFPL
@var number   popup-max-height "Max height" [600, 0, null, 1, "px"]
==/UserStyle== */
@-moz-document regexp("^\\w+-extension://.+") {
	.mobile > body#stylus-popup {
		max-height: var(--popup-max-height, 600px);
	}
}

Reviews

No reviews yet.