Lavender-Discord/Lavender

Can't click on channels after scrolling down

KeryWT opened this issue ยท 1 comments

Describe the bug
Can't click on channels after scrolling down.

Your discord client: [ e.g. Powercord ]
Betterdiscord and Powercord

Screenshots
If applicable, add screenshots to help explain your problem.

Additional context
As I stated above, sometimes I can't click on channels after scrolling down. This happens both on powercord and betterdiscord.
I am using the SmoothScroll plugin, just like you suggested. However, this does not always happen.

In order to fix I need to disable the theme. Disabling the plugin doesn't solve it.

Anyway, I wanted to congratulate with you, as the theme is beautiful!

Regards!

This is a known issue, SmoothScroll does what it says, lets you scroll smoothly without it stopping all of a sudden and getting stuck while scrolling, thats the part this plugin fixes. The not being able to click part, I'm still trying to figure out how to fix that. ๐Ÿ˜‚๐Ÿ˜‚ This all happens because of discords lazy loading of those scrollers and lavender changing the size of those causes this.

If it is really getting annoying and unuseable for you, you can disable it completely by modifying the theme files but this will also change the appearance of the theme a little bit. To do that:

Go to your theme folder and open the main theme file of lavender (lavender.theme.css for BD or theme.scss for PC) and under the "Lists" comment delete all the lines that look like:

@import "https://lavender-discord.github.io/src/lists/any-name-here.css";

*Only delete the lines whose url match the above one. (Look at the link and see if it has /src/lists in itl

I hope that explanation was good enough ๐Ÿ˜‚.

I'll close this for now, will reopen when I have a better fix for this.