Help with side navigation/sidebar
I’m new to JavaScript and I’ve been working on personal projects trying to improve my skills.
Could I please know what I’m doing wrong here and why it doesn’t work like it’s supposed to. I’d really appreciate the advise and walkthroughs.
https://codepen.io/thatboybubu/pen/poBpzVy...
background scrolling when menu is open
Hello, does anybody know, how to stop background scrolling when you open side menu? I've tried overflow-hidden but it does not work unless its on the main body, but then how would I make it work only when menu is open and closed? without it being always being hidden?
escaping the wrapper
Hey, is there a way to escape a wrapper on one side without using grid? I'm aware Kevin has made a video on this where he creates a grid with columns that mimics padding etc however if you weren't utilizing grid and using a simple, generic wrapper class that looks something like:
```css
.wrapper {
--padding: 1.5em;
...
Some serious problems with my CSS
So, I have started building a site and I have got as far as the navigation, when I made it a few days ago it worked and was responsive. However, there are now a number of problems with it.
One is that in Devtools responsive mode (chrome and edge), when changing the width of the simulated screen, the size of the navbar seems to act in the same way as you zoom in (I can't even describe what it does, so I've provided screenshots), but resets when I choose a dimension pre-set from the dropdown (not the bar with common sizes).
Another is that is that when the mobile nav kicks in, the overflow-x: hidden; on the body doesn't do what it should as there is side scrolling, and you can see in the provided screenshots where the nav is retracted off the page....

Scroll Shadow in CSS
When I scroll the white shadow is coming from below. How to make this with CSS.
https://www.harpersbazaar.com/uk/fashion/fashion-news/a60332110/luxury-designer-online-shopping-future/...
Overflow-y: auto makes x-axis scrollbar appear
Hi folks,
I have a react Sidebar component with scss styles. The sidebar has the main list 'sidebar_list' with smaller subMenus. Each subMenu has elements with an svg and a text. The sidebar is collapsable, so the text elements (spans) hide when collapsed. When the sidebar is collapsed and I hover over the Link, the text appears position absolutely outside of the sidebar. This is the expected behaviour.
However, the 'sidebar_list' is currently not scrollable vertically. If i make 'overflow-y: auto' (or scroll), it makes the list scrollable, but then the text elements are not appearing outside of the sidebar.
What am I doing wrong here and how could I fix this, so the list is scrollable and the text elements appear on hover?...

minFn confusion
CodePen: https://codepen.io/Ceecee-Hart/pen/dyLZrKb
I'm not sure where this extra space is coming from when i set my grid col to auto. I've got the grid,
.main with two direct chhildren, .poster and .content. Poster includes .img-wrap><img> and a row with two buttons. <img> is set to max-width: 100% and .img-wrap{width: min(100%, 30ch);}
If i set my grid col to the same min(100%, 30ch)its fine, but if grid col is set to auto, theres all this extra space in the column. Where is it coming from? Its just empty space in the poster div....
Need help with a background img?
How would I get the background pattern in the card to be behind avatar. I tried using position absolute but when i add a z-index of -1 and add background color to the card it covers the pattern then if I use background image its going to cover the whole card. I woud appreciate ur guys advice and ur approach.

Full-Stack web developer is open for work
Hi, Everyone
Full-Stack web developer is open for work.
If you are looking for any web/blockchain developer, just contact me.
Plz invite me to any private chatting for more detail discussion. 🤝 ...
"space-between" with grid
Hey, is there a way to define the
space-between value utilized with flex for grid? I tend to use the method found in the codepen below however i was wondering if there was a flat out way of separating grid items this way similar to justify-content: space-between, or is what’s found in the codepen a valid substitute? Thanks in advance.
https://codepen.io/deerCabin/pen/gOyXBqV...i need help make this part of js
https://www.coloniaverdenyc.com/menus
in this website how can i use this java script thing switch menu to dinner luanch brunch drinks...
Why margin right isn't working as expected?
I was experimenting with negative margins and came across something that I don't quite understand.
If I apply a negative left margin to an element, this causes it to move to the left of its container (div.inner1), but why doesn't the same thing happen with the right margin (div.inner2)?
However, I have found that if I also apply a left margin auto to the element that has a negative right margin, it seems to work as expected. (div.inner3)...
azimuth degrees into Cardinal Point
So I am trying to find out if there is a json file somewhere that would have the degrees and allow me to use it to turn degrees into north and north west. I am still working on my weather app but keep running into bumps in the road, like I had to reset my computer and lost what I was working on lol
I am just using JavaScript...
Hovering issues
When I hover on "register", my screen jumps. What cause it?
https://codepen.io/Jonah-the-lessful/pen/rNbYpVg...

Fix background for div on hover
Hey guys,
You can see in screenshot when I hover on a card the background is getting disturbed. I need it to have same style background (dark one like other two) before and after hover, can any one help me
Thank you.
https://codepen.io/Moksha-Nirugutti/pen/QWPOOvM...

I've got an overflow warning on Firefox, but it's not regular.
when I scroll down my page I get an overflow on my upper section, and when I go on that section that gives overflow on bottom section. that overflow did not appear on site but Firefox still gives the overflow on inspect.
I NEED HELP WITH CREATING CARDS WITH CSS(using flexbox or grids)
I NEED HELP WITH CREATING CARDS WITH CSS.
Everytime i create cards, i find it hard for the layout to be same for all cards.
...
Why is my variable not Global ?
I have successfully fetched data from an API, and can console.log it in one function but not another. How do I make it globally accessible please?
``` let movieList
let currentMovie = 0
getMovies()...
