How do i get a side menu to resize in dawn theme

How do i get a side menu to resize in dawn theme

raujunk
Tourist
13 0 8

Im trying to have a side menu for different categories and i found some code that turned my menu in the header vertical and to the side but it dosent resize with the window and overlaps with the other content. Im using the dawn theme and here is the code that i used 

.header__inline-menu {
    position: absolute;
    top: 35%;
    left: 185px;
}
.list-menu--inline {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
Replies 2 (2)
raujunk
Tourist
13 0 8

vptestshop.myshopify.com