html - div with 'display:table-row' blown by content IE 11 (overflow-y) -


currently i'm struggling solving css-layout problem. i've got div positioned absolute on page , in there should variable sized divs , 1 div goes bottom of page.

my idea solve via display:table, display:table-row, can see in fiddle:

http://fiddle.jshell.net/6sg2lx6b/6/

in chrome, safari works should, guess what... in ie11 ( virtual machine) not work @ all. if content inside table-row @ bottom of page reaches height, whole body seems grow contents.

i tried everything, still not find working solution. ( thought ie11 might have gotten better on last years...)


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -