Преглед на файлове

Fixed issue with z-index on slideouts

theflametrooper преди 8 години
родител
ревизия
6ad868b5ee
променени са 3 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. 1 0
      frontend/components/Sidebars/Playlist.vue
  2. 1 0
      frontend/components/Sidebars/Queue.vue
  3. 1 0
      frontend/components/Sidebars/UsersList.vue

+ 1 - 0
frontend/components/Sidebars/Playlist.vue

@@ -107,6 +107,7 @@
 <style type='scss' scoped>
 	.sidebar {
 		position: fixed;
+		z-index: 1;
 		top: 0;
 		right: 0;
 		width: 300px;

+ 1 - 0
frontend/components/Sidebars/Queue.vue

@@ -61,6 +61,7 @@
 <style type='scss' scoped>
 	.sidebar {
 		position: fixed;
+		z-index: 1;
 		top: 0;
 		right: 0;
 		width: 300px;

+ 1 - 0
frontend/components/Sidebars/UsersList.vue

@@ -15,6 +15,7 @@
 <style type='scss' scoped>
 	.sidebar {
 		position: fixed;
+		z-index: 1;
 		top: 0;
 		right: 0;
 		width: 300px;