Enable blurred footer in chrome
Enables blurred footer also in chrome
This commit is contained in:
@@ -7,10 +7,7 @@ define(['browser', 'css!./appfooter'], function (browser) {
|
||||
|
||||
elem.classList.add('appfooter');
|
||||
|
||||
if (!browser.chrome) {
|
||||
// chrome does not display this properly
|
||||
elem.classList.add('appfooter-blurred');
|
||||
}
|
||||
elem.classList.add('appfooter-blurred');
|
||||
|
||||
document.body.appendChild(elem);
|
||||
|
||||
@@ -43,4 +40,4 @@ define(['browser', 'css!./appfooter'], function (browser) {
|
||||
};
|
||||
|
||||
return appFooter;
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user