Browse Source

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

Kristian Vos 3 năm trước cách đây
mục cha
commit
c7e0c94be3
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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;