adaptive screen size + overflow

This commit is contained in:
Gator
2022-01-14 12:36:04 +01:00
parent 523dda45e9
commit d29cbb307b
4 changed files with 18 additions and 9 deletions

View File

@ -25,8 +25,8 @@ export default {
<style>
#sidebar {
flex-basis: fit-content;
width: 25%;
padding: 0 10px;
width: fit-content;
overflow-y: scroll;
}
</style>