Answers for "how to create scrollable div inside position fixed div"

CSS
0

fixed div with scrollable content

.fixed-content {
    overflow-y:scroll;
    overflow-x:scroll;
}
Posted by: Guest on June-05-2020

Code answers related to "how to create scrollable div inside position fixed div"

Browse Popular Code Answers by Language