mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-06 09:17:01 +02:00
fix: admin header
This commit is contained in:
@@ -210,8 +210,7 @@ app.onDomReady();
|
||||
slideout.close();
|
||||
|
||||
env = utils.findBootstrapEnvironment();
|
||||
|
||||
if (env === 'md' || env === 'lg') {
|
||||
if (['xxl', 'xl', 'lg'].includes(env)) {
|
||||
slideout.disableTouch();
|
||||
$('#header').css({
|
||||
position: 'relative',
|
||||
|
||||
Reference in New Issue
Block a user