adaptive screen size + overflow
This commit is contained in:
@ -25,8 +25,8 @@ export default {
|
||||
|
||||
<style>
|
||||
#sidebar {
|
||||
flex-basis: fit-content;
|
||||
width: 25%;
|
||||
padding: 0 10px;
|
||||
width: fit-content;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user