소스 검색

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;