diff --git a/module/doc/css/common.css b/module/doc/css/common.css index 778bd79d7f..06e9ffbd18 100644 --- a/module/doc/css/common.css +++ b/module/doc/css/common.css @@ -61,5 +61,5 @@ .side-col > .cell {overflow: hidden auto; padding: 0; position: relative;} .side-col > .cell > header {position: absolute; top: 10px; right: 10px; left: 10px;} .side-col > .cell > header > .c-sm {padding-right: 20px; width: 60px;;} -.side-col #docsTree {position: absolute; top: 53px; left: 0; right: 0; bottom: 0; overflow: auto; padding: 10px;} +.side-col #docsTree {position: absolute; top: 53px; left: 0; right: 0; bottom: 0; overflow: auto; padding: 0 10px 10px;} .main-col .block-files > .panel-body {position: absolute; top: 45px; left: 0; right: 0; bottom: 0; overflow: auto;} \ No newline at end of file