mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-01 19:46:01 +01:00
scrollbar and scroll to bottom on logs page
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
@import "./extend/plugins";
|
||||
@import "./extend/rewards";
|
||||
@import "./advanced/database";
|
||||
@import "./advanced/logs";
|
||||
@import "./settings";
|
||||
|
||||
@import "./modules/alerts";
|
||||
|
||||
8
public/less/admin/advanced/logs.less
Normal file
8
public/less/admin/advanced/logs.less
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
.logs {
|
||||
.panel-body {
|
||||
pre {
|
||||
height: 600px;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user