Browse Source

Fixed issue with sidebar scrolling due to file splitting and scoped scss

Kristian Vos 4 years ago
parent
commit
556633b2a6
2 changed files with 5 additions and 5 deletions
  1. 5 0
      frontend/src/components/Sidebar.vue
  2. 0 5
      frontend/src/pages/Station/SongsList.vue

+ 5 - 0
frontend/src/components/Sidebar.vue

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

+ 0 - 5
frontend/src/pages/Station/SongsList.vue

@@ -177,11 +177,6 @@ export default {
 <style lang="scss" scoped>
 @import "../../styles/global.scss";
 
-.inner-wrapper {
-	overflow: auto;
-	height: 100%;
-}
-
 .media {
 	padding: 0 25px;
 }