I actually found a work around for my project. I added .dropdown-content{ overflow-y: auto }
to my css and it scrolls properly for me.
#600
JoseSNubimetrics
started this conversation in
Show and tell
Replies: 1 comment
-
Did you find a work around or a solution for the problem? the other methods/solutions aren't working for me |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I actually found a work around for my project. I added
.dropdown-content{ overflow-y: auto }
to my css and it scrolls properly for me.Originally posted by @lyleaigbedion in #207 (comment)
It worked for you?? I tried to implement it but it didn´t work!
Beta Was this translation helpful? Give feedback.
All reactions