scrollbar and scroll to bottom on logs page

This commit is contained in:
barisusakli
2015-09-16 18:43:24 -04:00
parent c148b1c956
commit 1cda4e8d9b
3 changed files with 11 additions and 1 deletions

View File

@@ -18,6 +18,7 @@
@import "./extend/plugins";
@import "./extend/rewards";
@import "./advanced/database";
@import "./advanced/logs";
@import "./settings";
@import "./modules/alerts";

View File

@@ -0,0 +1,8 @@
.logs {
.panel-body {
pre {
height: 600px;
}
}
}