Explorar o código

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

Kristian Vos %!s(int64=3) %!d(string=hai) anos
pai
achega
c7e0c94be3
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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;