python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
how do you move vertical scroll to active tab
I have a vertical list and on small screens, it has an overflow-x scroll. there is the active class for the active tab. However, if I click for example last item, it is not visible %100 as seen in the...
Furkan ARABUL
Votes: 0
Answers: 1
Making a vertical menu "scrollable"
this seems like such an easy solution but for some reason, I'm not able to get it to work. I must be overlooking something. Anyways, applying an overflow: auto or overflow: scroll to my menu class see...

user15251658
Votes: 0
Answers: 2
How to quickly switch to next page in VerticalPager?
I am using Accompanist Pager library (version 0.18.0) and created a VerticalPager for displaying certain pictures.
While scrolling up/down, the required behavior is to scroll to the next/previous pict...

Ali_Waris
Votes: 0
Answers: 1
Changing color of Navbar react js
I am trying to change the color of my navbar using this code.
const [navbarColor, setNavbarColor] = useState("navbar-transparent");
const [collapseOpen, setCollapseOpen] = useState(false...
007 AZx
Votes: 0
Answers: 1