From 414639dc3d712eea82595a3c8d9443885f05ca4e Mon Sep 17 00:00:00 2001 From: life Date: Sat, 14 Jun 2014 17:44:04 +0800 Subject: [PATCH] fix notebook --- public/css/theme/simple.css | 4 ---- public/css/theme/simple.less | 2 -- 2 files changed, 6 deletions(-) diff --git a/public/css/theme/simple.css b/public/css/theme/simple.css index 71d6d1d..444dd36 100644 --- a/public/css/theme/simple.css +++ b/public/css/theme/simple.css @@ -412,10 +412,6 @@ a.raw:hover { color: #e2f3e5; */ -} -#myNotebooks .folderBody { - max-height: 600px; - overflow: auto; } #addNotebookPlus { padding-right: 10px; diff --git a/public/css/theme/simple.less b/public/css/theme/simple.less index c798ae7..07e2197 100644 --- a/public/css/theme/simple.less +++ b/public/css/theme/simple.less @@ -450,8 +450,6 @@ a.raw:hover { */ } #myNotebooks .folderBody { - max-height: 600px; - overflow: auto; } #addNotebookPlus { padding-right: 10px;