瀏覽代碼

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;