Top "Overflow" questions

Overflow is a CSS property which governs what happens if content overflows its containing box.

CSS: IE: white-space: nowrap not working

IE not properly responding to nowrap CSS attribute. Question: How do I make this work in IE so that it …

css internet-explorer overflow nowrap
overflow:hidden not working with translation in positive direction

I came across with a weird thing lately with overflow: hidden;. I set it to an element, and then I …

css overflow hidden css-transforms
white-space: nowrap; and flexbox did not work in chrome

Recent update of Chrome breaks white-space: nowrap using text-overflow: ellipsis; on a overflow: hidden element. How to fix that without …

css overflow flexbox ellipsis nowrap
When will System.currentTimeMillis() overflow?

I have a web app which orders stuff using a timestamp, which is just a long. My web app backend …

java time overflow year2038
bootstrap dropdown in collapse,

I'm using Bootstrap 2.0.3, with drop-down menus inside divs which are collapsible / expandable. When the drop-down menu overflows the div, they …

jquery css twitter-bootstrap overflow collapse
How do I easily find IDENTITY columns in danger of overflowing?

My database is getting old, and one of my biggest INT IDENTITY columns has a value around 1.3 billion. This will …

sql-server overflow maintenance identity-column information-schema
Why do C++ streams use char instead of unsigned char?

I've always wondered why the C++ Standard library has instantiated basic_[io]stream and all its variants using the char …

c++ types stream overflow iostream
How to clear input buffer after fgets overflow?

I'm facing a little problem with fgets when the input string exceeds its predefined limit. Taking the example below: for(…

c overflow fgets
Get height of non-overflowed portion of div

Say I have a wrapper div with a overflow:hidden on it and a div inside that that spans far …

javascript height overflow offset
Webview iframe overflow

I'm currently building a web app in android. My app runs in a webview, and loads third-party contents through iframes. …

android iframe webview overflow