Microsoft Edge Canary for Android - Stylus Popup Fix
Edge Mobile Stylus Popup Fix by pabli
Details
Authorpabli
LicenseWTFPL
Categorychrome-extension
Created
Updated
Size654 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
How to install Stylus in Microsoft Edge Canary for Android:
https://github.com/openstyles/stylus/issues/1902#issuecomment-2618816516
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);
}
}