Fix scrollbar in loading message

This commit is contained in:
yflory 2021-10-13 17:30:04 +02:00
parent f3cdf33daa
commit 62e7467a94
2 changed files with 1 additions and 1 deletions

View File

@ -437,6 +437,7 @@ define([
});
};
Exports.redirect = function () {
return;
if (redirectTo) {
var h = redirectTo;
var loginOpts = {};

View File

@ -99,7 +99,6 @@
color: @cp_loading-fg;
text-align: left;
display: none;
overflow-y: auto;
a {
color: @cp_loading-link;
}