mirror of
https://github.com/Vencord/Vesktop.git
synced 2025-02-23 05:35:09 +00:00
add scrollbar workaround because discord dum
This commit is contained in:
parent
617ef0fa19
commit
ab9e8579ee
2 changed files with 7 additions and 1 deletions
|
@ -3,3 +3,9 @@
|
||||||
[class^=listItem_]:has(+ [class^=listItem_] [data-list-item-id=guildsnav___app-download-button]) {
|
[class^=listItem_]:has(+ [class^=listItem_] [data-list-item-id=guildsnav___app-download-button]) {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* FIXME: remove this once Discord fixes their css to not explode scrollbars on chromium >=121 */
|
||||||
|
* {
|
||||||
|
scrollbar-width: unset !important;
|
||||||
|
scrollbar-color: unset !important;
|
||||||
|
}
|
|
@ -4,7 +4,7 @@
|
||||||
* Copyright (c) 2023 Vendicated and Vencord contributors
|
* Copyright (c) 2023 Vendicated and Vencord contributors
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import "./hideGarbage.css";
|
import "./fixes.css";
|
||||||
|
|
||||||
import { isWindows, localStorage } from "./utils";
|
import { isWindows, localStorage } from "./utils";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue