next
Round
Technologies
Experiences
Contribute
Login
next
Round
Technologies
Experiences
Contribute
Login
Question Loading...
Overflow
1. What is the overflow property in CSS? Why is the overflow property used?
Level: Expert | Frequency: High
2. What are the possible values for the overflow property? What is the default value of overflow?
Level: Expert | Frequency: High
3. What happens when overflow is not handled in a container with fixed dimensions?
Level: Expert | Frequency: High
4. What is the difference between overflow: hidden and overflow: scroll?
Level: Expert | Frequency: High
5. What is the use of overflow: auto? What is the difference between overflow: auto and overflow: scroll?
Level: Expert | Frequency: High
6. What is the purpose of overflow: visible?
Level: Expert | Frequency: High
7. What is the difference between overflow-x and overflow-y?
Level: Expert | Frequency: High
8. Can you set different overflow behavior for horizontal and vertical directions?
Level: Expert | Frequency: High
9. How does overflow affect child elements that use absolute or fixed positioning?
Level: Expert | Frequency: High
10. How can overflow be used to create scrollable content areas?
Level: Expert | Frequency: High
11. How does overflow interact with padding and margins?
Level: Expert | Frequency: High
12. Does overflow create a new block formatting context (BFC)?
Level: Expert | Frequency: High
13. What is the difference between clip and hidden values for overflow?
Level: Expert | Frequency: High
14. How do browsers handle overflow differently for replaced elements (like <img>, <video>)?
Level: Expert | Frequency: High
15. How do browsers handle overflow differently for replaced elements (like <img>, <video>)?
Level: Expert | Frequency: High
16. What is the difference between overflow: clip and overflow: hidden in CSS Level 4?
Level: Expert | Frequency: High
17. How does overflow interact with position: sticky or position: fixed?
Level: Expert | Frequency: High
18. Can overflow: hidden break position: sticky? Why?
Level: Expert | Frequency: High
19. What’s the difference between using overflow: auto and using overflow: scroll in terms of performance?
Level: Expert | Frequency: High
20. What’s the relationship between overflow and the clip-path property?
Level: Expert | Frequency: High
21. How can you hide overflowing text with ellipsis using CSS?
Level: Expert | Frequency: High
22. What’s the purpose of using text-overflow: ellipsis along with overflow properties?
Level: Expert | Frequency: High
23. How can you make an image fit inside a fixed-size box without overflowing?
Level: Expert | Frequency: High
24. How can you prevent the background from scrolling when a modal is open?
Level: Expert | Frequency: High
25. How would you debug a layout issue where part of the content is being clipped unexpectedly?
Level: Expert | Frequency: High
26. What is the difference between CSS overflow control and JavaScript scroll event control?
Level: Expert | Frequency: High
All Topics
Basics
Selectors
Box model
Text formatters
Postioning
Display
Pseudo classes
Pseudo elements
Flexbox
Grid
Display
Combinators
Overflow
Breakpoint
Transformation and Transition
Frameworks
Everything else