소스 검색

fix(EditPlaylist): both sides would scroll together on some browsers

Kristian Vos 3 년 전
부모
커밋
c7e0c94be3
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      frontend/src/components/modals/EditPlaylist/index.vue

+ 2 - 0
frontend/src/components/modals/EditPlaylist/index.vue

@@ -605,6 +605,8 @@ export default {
 .edit-playlist-modal {
 	.modal-card {
 		width: 1300px;
+		height: 100%;
+		overflow: auto;
 
 		.modal-card-body {
 			padding: 16px;