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;