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;
|
overflow : visible;
|
||||||
|
|
||||||
.root-folders-list {
|
.root-folders-list {
|
||||||
overflow : auto;
|
overflow-y : auto;
|
||||||
max-height : 300px;
|
max-height : 300px;
|
||||||
|
|
||||||
i {
|
i {
|
||||||
|
|
|
@ -4,7 +4,7 @@ define(
|
||||||
'marionette'
|
'marionette'
|
||||||
], function (Marionette) {
|
], function (Marionette) {
|
||||||
return Marionette.ItemView.extend({
|
return Marionette.ItemView.extend({
|
||||||
template : 'Shared/LoadingTemplate',
|
template : 'Shared/LoadingViewTemplate',
|
||||||
className: 'nz-loading row'
|
className: 'nz-loading row'
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue