min
min copied to clipboard
Odysee.com navbar doesn't work
- Min Version: v1.22.1
- Operating system: Fedora 35 + i3wm
Expected Behavior
When i click a button on the Navbar, it should perform some action
Actual Behavior
When I click a button on the Navbar, it does nothing. Even right-click the background does not work
To Reproduce
I don't remember when or how, but I have a temporary fix for it:
- Create a userscript (you can call it whatever, I call mine
app-region-fix.js) - Paste the following inside the file (this also fixes issue with other websites that have the same problem)
// ==UserScript==
// @name App Region Fix
// @match *
// @run-at document-start
// ==/UserScript==
var style = document.createElement('style')
style.textContent = `
* {
-webkit-app-region: no-drag !important;
}
`
document.head.appendChild(style)
- Restart Min (make sure you have turned on the userscripts setting)
It worked, thanks!
I'm going to leave this open until the actual bug gets fixed (we shouldn't be letting pages create draggable regions).
This issue persists on version 1.24.0 Pop! OS 20.04