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