Scrollbar-x and scrollbar-y intersection color issues.
so i changed scrollbar color but this white pixel where x and y intersect is in different color how to change this? not i used overflow:hidden property

Z-index Issue
Hi everyone! For the life of me I can't figure out why I can't get my boxes to z-index ontop of the black horizontal line.
The issue starts on line 22 in the css on the code pen. Could anyone give to a hint as to what I'm missing? I've been stuck on this since yesterday.
https://codepen.io/ezekielswanson/pen/rNqOwWO
...

What is the best unit to use in Mediaqueries?
I would like to know what do you suggest to mediaqueries?
I'm using this, its ok???
$breakpoint-xxs: 19.999rem; // 319,98px
$breakpoint-xs: 35.999rem; // 575,98px...
Cannot hit a Url and fetch the data.
First of all here is the code:
import React, { useEffect, useState } from 'react'
import {useParams} from "react-router-dom"
import { fetchApi } from '../../api/Api'
import "./player.css"...
Why is the footer squeezing.
Note!
Well the question is not very practical, as such situations wont happen. But i find it interesting as other site dont do it.
Everything works great as long as it's not that extreme.
Problem:
When I keep squeezing the site preview. At very extreme the
footer and other elements like header, nav start squeezing. It's apparent as they've background color and it starts going back. I've tried doing this on other website and even if their content overflows such thing dont happen. Images for reference....dealing with dynamic components
given this code, how should i close that alert?
that
onHandleError() never gets called :/
```html
//auth.component.html...Flickering responsive nav menu on screen resize
So I'm working on a responsive nav menu, and it flickers on the resizing of the screen. See added video.
It also does it when there is no JS.
Codepen of a very simplified version of the nav (the same still happens): https://codepen.io/-evecodes/pen/GRYpKmW
I tried following one of Kevin's nav tutorials for it. His navigation does work without the flickering, but when I try to make it, it fails. The tutorial was this one: ...
recreate overlapping multiple images
Anyone knows how to recreate this? i thought of making each image position: absolute but the problem is the images are dynamic and if it fills the container its going to wrap. So how to proceed? 🤔

Margin top from somewhere
Im following one of Kevins tutorials:
https://www.youtube.com/watch?v=8QKOaTYvYUA&t=1446s
I've tried to set it up exactly as Kevin, but I still have a gap between the navbar and top.
https://i.imgur.com/41lBfPS.png...
multiple animations with transition on one of them
Hey everyone, I've got this code ```css
.contactLinksAnimation {
outline-color: theme(colors.primaryColor);
animation-name: contactLinksBlink;
animation-duration: 0.2s;...

Manipulate OBJECTS
In this object of users, I want to find to the person who has manu skills in the user object to the person who has less skills. Could you explain in detail how could I make this??
```js
const users = {
Alex: {...
How to correctly create a flow in SCSS for declaring margins , paddings like the tailwind?
An example:
```css
.h {
&-full {
height: 100%;...
Detect Selected Label without radio button
I'm trying to recreate this calculator : https://www.thewebflowagency.com/book-a-call
What I understand is, they have hidden the radio button and used text label to select the option. recreated this.
Then, I'm not able to see which field is selected.(like the focus state)
...
CSS only menu toggle - is this a good way to approach it?
For years I've used jQuery slideUp/Down/Toggle() for showing menus on mobile devices. However, recently I've started using :has selectors more and that's opening up the possibility to do CSS-only versions:
- My menu toggle button becomes a
label containing a checkbox (hidden). When you click the label, it checks the checkbox
- The menu css has:...Component transfer from one html file to another using Javascript.
Is it possible that using querySelector i get one component say a card from one html and insert it into another html page.(no click function the second page auto fetches it from the other page)
I think I can use querySelectorAll to get the component. But dont know how to insert it or if it's possible. If there is any video or you can show just a single code....
issues with buttons, Buttons are not included inside the form
this is my code , i grouped two btn inside a div and when i look at inspect they are not inside the div. i wanted to do something like add remove button on the form. i have attached ss for further reference
```<button class="member-icon flex">
<svg>
<use href="icons.svg#OouiUserGroupLtr"></use>...

Help Regarding Astro
New to astro and development overall. Wanted to try my hands on astro for small project.
Problem:
I imported css into astro component, used it in the layout than used that layout on the
index.astro file.
Ran npm run build command.
In dist folder, my css is present and it's getting linked to the html file. But the problem is it's not getting applied....
