overflow-y scroll not working in IE 11

前端 未结 3 1479
北荒
北荒 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 08:05

    The Below code worked for me . have added overflow-x, overflow-y,min-height, max-height

    {{largepiecetext}}

提交回复
热议问题