Skip to main content

Questions tagged [overflow]

Overflow is a CSS property which governs what happens if content overflows its containing box. Do not use this tag for stack buffer overflow bugs and vulnerabilities; use [buffer-overflow] and/or [stack-smash] instead.

0 votes
1 answer
23 views

overscroll-behavior-y: contain not working on non-scrollable element

I'm trying to prevent body scrolling on mobile devices when an overlay element is open (for example a modal or a sidebar or a fullscreen menu, etc). I want to use the CSS property overscroll-behavior ...
Fred K's user avatar
  • 13.7k
1 vote
1 answer
30 views

Behavior of `overflow: auto` on `<div>` inside `<dialog>` [duplicate]

I want to style a dialog so it is 4rem from the top of the viewport, and limit its height to a max of 4rem from the bottom. I am doing this with the following on the dialog: margin-top: 4rem; max-...
avernet's user avatar
  • 31.5k
0 votes
1 answer
49 views

When I add overflow:hidden my drop downs stops working

I'm working on a personal news website and the name is News pews this is my third project and i didn't have this problem in my other project. my page have a x scroll and when i want to remove it with ...
parsa ataei's user avatar
-2 votes
1 answer
92 views

Overflow while performing addition in one way and getting correct output in other way but why? [duplicate]

I am writing code and it has a line where a, b, c, d are integers, int a, b, c, d; long long sum = a + b + c + d; I get an overflow error, but after referring answer and modifying the sum as below ...
Minion's user avatar
  • 9
0 votes
0 answers
28 views

overflow is not working to hide translated element

I am trying to hide the translated element using overflow: hidden but it is not working. The CSS overflow property hides content exceeding an element's boundaries. When elements are translated (e.g., ...
009_SAURABH KUMAR SINGH's user avatar
0 votes
0 answers
44 views

How to restrict the draggable area of an element in react-beautiful-dnd

To clarify, I don't mean defining a droppable area, I mean making it so that visually, you literally can't drag items outside of a certain range. For example, if you have a div that houses a bunch of ...
Trevor DePodesta's user avatar
0 votes
1 answer
36 views

Flutter bottom navigation bar items overflowing individually

My flutter bottomNavigationBar items are overflowing from bottom. The error message is shown for every item individually. Although the items are aligned perfectly. I want to keep the same styling of ...
Bahadur Khan's user avatar
0 votes
0 answers
59 views

SpringBoot application memory consistently exceeds JVM configured heap size

First of all, hello to the big guy who is checking it out!!!!! Question. SpringBoot application memory usage continues to exceed the JVM configured heap size without overflow errors, RES usage is ...
开心每一天's user avatar
0 votes
0 answers
22 views

Unable to scroll sticky Footer on mobile view (Footer reveal effect) - overflow-y not working on iphone-14/pixel-7/iphone-12/Galaxy s20 ultra

I've made a footer reveal effect using css, using following two classes: Content class applies to wrapping div above the footer. .content { min-height: 100vh; background-color: white; /* ...
Syed Zainullah Qazi's user avatar
0 votes
0 answers
36 views

Why overflow: clip not working in flexbox? [duplicate]

Here my codepen: https://codepen.io/wongest/pen/bGyXmbo .box { width: 500px; height: 500px; border: 1px solid #000; display: flex; } .box1 { flex: 1; height: 500px; background-color: ...
黄庄妮's user avatar
0 votes
0 answers
31 views

returned status value 6 and status text "Conversion failed because the data value overflowed the specified type."

Data Flow Task 1: Data conversion failed. The data conversion for column "QUANTITY" returned status value 6 and status text "Conversion failed because the data value overflowed the ...
Tyler Allen's user avatar
2 votes
1 answer
37 views

Textflow overflowing and overlapping from GridPane cell

I've been having issues with some Textflows overflowing from their defined cell in a GridPane. My guess would be that no prefHeight is defined but I'm not managing to find how to calculate this height ...
Sylordis's user avatar
  • 2,550
0 votes
2 answers
45 views

How to vertically autoscroll text, if the text overflows the div area

I've created a rail app that pulls in rail data. Sometimes the via departure information overflows the allowed div area. How can I automatically scroll that text vertically IF the text overflows the ...
JDCov87's user avatar
  • 51
-1 votes
0 answers
22 views

Let me know Why is it OK?

I want to know Why first struct is not OK with stackoverflow.. plz Let me Know struct Data // My First C++ struct and it is stack overflow { char name[2000][70]; char id[2000][50]; char ...
user25302790's user avatar
0 votes
0 answers
24 views

CSS grids not playing nice with overflow? [duplicate]

This is a very similar issue to my previous question. I learned a whole lot from that, but it doesn't seem to work in this particular situation, of which I've created a simplified mock-up here: ...
Ed M's user avatar
  • 3

15 30 50 per page
1
2 3 4 5
426