overflow-y scroll not working in IE 11

前端 未结 3 1481
北荒
北荒 2020-12-18 07:33

Hi I have registration form .I need it to have a vertical scrollbar, I am using the below css:

.scrollbar{
    overflow-y: scroll;
    height:400px;
}
         


        
3条回答
  •  悲哀的现实
    2020-12-18 07:50

    Actually this only works as of 5/2018 to have the overflow div contain another element inside of it. The other solutions do not

    This works

      

    {{largepiecetext}}

    This does not

      
    {{largepiecetext}}

提交回复
热议问题