Fix error page not properly layouted

This commit is contained in:
Yuya Ochiai
2017-04-25 01:00:49 +09:00
parent 086ad5ecd2
commit 002da9f1f6

View File

@@ -31,7 +31,7 @@ const errorPage = {
};
function ErrorView(props) {
const classNames = ['errorView'];
const classNames = ['container', 'errorView'];
if (!props.active) {
classNames.push('errorView-hidden');
}