Answer the question
In order to leave comments, you need to log in
How to set fixed sidebar width?
Good afternoon. Making a fixed column on flexbox
.wrapper
.sidebar
li anchor
li anchor
li anchor
.main
.wrapper {
height:100vh;
display:flex;
}
.sidebar {
flex: 1 0 200px;
background: gray;
}
.main {
flex: 1 1 auto;
padding: 20px;
overflow: auto;
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question