parent
eb9c385d74
commit
aad685d8d3
|
@ -1,5 +1,5 @@
|
||||||
<template>
|
<template>
|
||||||
<aside id="app-sidebar-vue" class="app-sidebar" v-if="reducedOpen">
|
<aside id="app-sidebar-vue" class="app-sidebar reduced hide-scrollbar" v-if="reducedOpen">
|
||||||
<div class="title">
|
<div class="title">
|
||||||
<h2>{{ basename }}</h2>
|
<h2>{{ basename }}</h2>
|
||||||
|
|
||||||
|
@ -198,6 +198,10 @@ export default defineComponent({
|
||||||
max-width: 360px !important;
|
max-width: 360px !important;
|
||||||
position: fixed !important;
|
position: fixed !important;
|
||||||
|
|
||||||
|
&.reduced {
|
||||||
|
overflow-y: auto;
|
||||||
|
}
|
||||||
|
|
||||||
@media (max-width: 512px) {
|
@media (max-width: 512px) {
|
||||||
max-width: unset !important;
|
max-width: unset !important;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue