Skip to main content

All Questions

0 votes
0 answers
73 views

Chrome marked existing animation as invalidated when starting new animation

I found chrome will do a huge Recalculate Style and Pre-Paint for existing animations when I start a new animation wherever on the page. Is this by design or a Chromium bug? Imagine my real web page ...
crazyones110's user avatar
0 votes
1 answer
41 views

In Chrome DevTools where is [Attribute Style] defined?

I'm working on a web app that has a lot of tables. In the prior version of the product, there was a little extra padding on the table rows. This wasn't defined specifically in a style sheet, but was ...
user101289's user avatar
  • 10.2k
1 vote
1 answer
36 views

My <div> tag with aria-labelledby of `tabbar-toplevel-label` is seemingly cut off in the UI of Vivaldi Browser

I noticed when using my web browser Vivaldi, which is a Chromium-based browser with a UI powered by HTML, CSS, JS, React, and Node.js, a recent update caused the upper tab bar to be cut off from the ...
Michael Gunter's user avatar
1 vote
0 answers
33 views

How can I get the length/size of CSS repeating linear gradient background using Chrome DevTools?

I am a beginner web developer currently undertaking AppBrewery's The Complete Web Development Bootcamp by Angela Yu on Udemy. I have to build a personal website for a capstone project. I want to build ...
Amar Kay's user avatar
0 votes
2 answers
46 views

Remove a mandatory form field but still submits it

I have this code from a web page. How can I remove the email input but still have the submit button work? <form novalidate="" id="widget-rsvp-195419" class="sc-cZHnwi ...
Gabriel Sousa's user avatar
0 votes
0 answers
18 views

ScrollY always returns 0 unless DevTools is open

I'm working on a web project where I have a scroll-triggered animation. The bar charts in a graph are supposed to pop up when the user reaches a certain point. The animations aren't happening as ...
Aliya Conrad's user avatar
1 vote
2 answers
134 views

Why don't image load requests show up in network requests for me?

I need an explanation on how browsers (Chrome/FF) load CSS images. According to my current knowledge, images used by CSS as background-image, appear in the network tab as requests, with according CSS ...
Evgeniy's user avatar
  • 2,491
1 vote
2 answers
135 views

Live-server, animations and dev-tools (animation starts before FP arrives)

I have preloader (this is an animation) on page that hide important content until it's ready. Preloader must do animation 1.5s, but there is a problem, animation starts before the browser output an ...
MaximPro's user avatar
  • 570
3 votes
3 answers
149 views

Recreating the default tool tip in browsers

On Windows, Chrome The Aim 1:- Hover over an element to show the tool tip, freeze it and inspect it using Chrome Development Tools to get the default styles. What I have tried? Tried the solutions ...
Jawad's user avatar
  • 6,562
0 votes
0 answers
96 views

Using scroll-snap-type: x mandatory; in chrome can breaks scroll

I have markup <div class="carousel"> <div>el 0</div> <div>el 1</div> <div>el 2</div> <div>el 3</div> </div> <br /> &...
Everettss's user avatar
  • 15.9k
0 votes
1 answer
72 views

Unwanted background on an div animation before the page finish loading

I spent a few hours and couldn't find a fix On this site https://2sync.com I have the text animation is getting a weird blue background that disappears after the page is loaded. Here's a GIF: I'm ...
Simo's user avatar
  • 476
0 votes
1 answer
49 views

What does this computed CSS mean?

I have a component that can either be open or closed. Depending on this state an attribute is added to the component accordingly (e.g. data-state=open). The component applies some inline CSS using ...
sherrellbc's user avatar
  • 4,775
0 votes
0 answers
51 views

Why does background-colour doesn't fill the whole width on mobile device type althrough it has full width?

I'am trying to build a responsive navbar using Bootstrap 5.3 and an additional CSS stylesteet. I managed to arrange it quite good looking, but when I switch to mobile device type in Chrome dev-tools ...
jahokosan's user avatar
3 votes
1 answer
182 views

Force DevTools to Focus on an Particular Element in an iframe on Element Inspection

If I have an iframe in my page and I do Google Chrome Development Tools, Element Inspection, it selects the html by default via #document. There is no way to auto launch the DevTools by default on ...
Jawad's user avatar
  • 6,562
-1 votes
1 answer
87 views

Why is a CSS Variable struck out in Chrome Debugger?

I am trying to debug an issue where a couple of my CSS Variables are being overridden by something else. However, I don't know what is overriding them. For standard CSS properties (like font-family), ...
Naresh's user avatar
  • 25.3k

15 30 50 per page
1
2 3 4 5
53