mirror of https://github.com/Sonarr/Sonarr
Fix loading for root series modal
This commit is contained in:
parent
d931626aee
commit
71c735546e
|
@ -129,7 +129,7 @@ li.add-new:hover {
|
|||
overflow : visible;
|
||||
|
||||
.root-folders-list {
|
||||
overflow : auto;
|
||||
overflow-y : auto;
|
||||
max-height : 300px;
|
||||
|
||||
i {
|
||||
|
|
|
@ -4,7 +4,7 @@ define(
|
|||
'marionette'
|
||||
], function (Marionette) {
|
||||
return Marionette.ItemView.extend({
|
||||
template : 'Shared/LoadingTemplate',
|
||||
template : 'Shared/LoadingViewTemplate',
|
||||
className: 'nz-loading row'
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue