mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-06-28 05:15:54 +00:00
* Fixed: Subscribe and Follow buttons not using the theme accent color. (Twitch replaced the class name `.tw-accent-region` with the procedural name `.gocjHQ`) * Fixed: Add `Search` to the list of known pages for Profile rules. * Fixed: The FFZ Control Center not maximizing correctly on Team and Deck add-on pages. * Fixed: Tool-tips becoming impossible to dismiss after updating their contents. * API Added: `data-tooltip-type="markdown"` for `ffz-tooltip` elements. * API Added: `ffz-tooltip` elements can now specify `data-tooltip-side` and `data-tooltip-align` attributes for guiding the position of tooltips.
17 lines
No EOL
185 B
SCSS
17 lines
No EOL
185 B
SCSS
.ffz-main-menu {
|
|
z-index: 100000;
|
|
|
|
.scrollable-area {
|
|
overflow-anchor: none;
|
|
}
|
|
|
|
& > header {
|
|
* {
|
|
pointer-events: none;
|
|
}
|
|
|
|
input, button {
|
|
pointer-events: all;
|
|
}
|
|
}
|
|
} |