Developer tools won't open at all on Chrome and idk what to do
Extreme webperf

Why isn't this transitioning the width back @starting-style value when the hidden attribute exist?
Fixed Bottom Audio Player Hides Behind Mobile Browser UI & Moves When Scrolling
is there a way to prevent overflowing other than padding ?

javascript project ideas

How do you deal with problems occurring on singular devices?
Extende colums to fill empty row with grid css

Unable to render partials in my EJS files on my express.js application? Please help
Issue with Applying space between table body rows

Css hover help
can anyone find a better local STT demo than this?
HTML processor, linting and validation, SSG
inline hints for shiki powered code blocks
/* [!hint: prop:] */
by prop:
. Obviously they get automatically removed from the copy code
functionality.
I personally like those in my IDE as it makes it easier to understand what is what on function calls, but some questions comes to mind :
- is it helpful on a code example ?
- should I add a way to hide them ?...
CSS 👉🏼 What is the specificity of HTML elements with the style attribute?
How to make a td element fit content?
Anchor positioning for sub levels in multi level navigation
popover
for the secondary / tertiary levels in a multiple level hover navigation bar, maybe built with nested <ul>
and <li>
elements?
If so, is there a way to link the anchor and the anchor target without an id, how would you manage the ids here? Would you ahve to add an id to each sub level of the nav?...Overflow-y: auto does not work
div
scrollable inside a parent. I'm using overflow: hidden
for parent and overflow-y: auto
for the div
but it does not work. Can anyone help me? I'm using tailwind css