|
@@ -18,6 +18,11 @@ export default {
|
|
<style lang="scss" scoped>
|
|
<style lang="scss" scoped>
|
|
@import "../styles/global.scss";
|
|
@import "../styles/global.scss";
|
|
|
|
|
|
|
|
+.inner-wrapper {
|
|
|
|
+ overflow: auto;
|
|
|
|
+ height: 100%;
|
|
|
|
+}
|
|
|
|
+
|
|
.night-mode {
|
|
.night-mode {
|
|
.sidebar {
|
|
.sidebar {
|
|
background-color: $night-mode-secondary;
|
|
background-color: $night-mode-secondary;
|