i have an angular project and my view works fine in chrome and firefox but in IE 11 when the scrollbar appears the view doesn't resize automatically so i have some component covered by scroll bar
the menu css:
#menu-principal .navbar-lower {
text-align: center;
position: fixed;
top: 40px;
margin-bottom: 0;
height: 35px;
min-height: 35px;
right: 0;
left: 0;
z-index: 1029;
}