mirror of
https://github.com/mindoc-org/mindoc.git
synced 2026-02-27 17:03:57 +08:00
1、修复编辑器不显示滚动条的BUG
2、优化按钮交互方式 3、新增Html编辑器按钮
This commit is contained in:
@@ -33,9 +33,12 @@ body{
|
||||
width: 280px;
|
||||
position: fixed;
|
||||
border-top: 1px solid #DDDDDD;
|
||||
bottom: 0;
|
||||
bottom: 15px;
|
||||
top: 40px;
|
||||
background-color: #FAFAFA;
|
||||
left: 0;
|
||||
right: 0;
|
||||
overflow-y:auto;
|
||||
}
|
||||
.manual-category .manual-nav {
|
||||
font-size: 14px;
|
||||
|
||||
Reference in New Issue
Block a user