1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-02 15:57:31 +00:00

[side nav] improvement

This commit is contained in:
llj 2016-05-12 10:18:22 +08:00
parent c9c673d832
commit b421783eab

View File

@ -709,8 +709,7 @@ textarea:-moz-placeholder {/* for FF */
bottom:0;
z-index:1;
padding:20px;
overflow-x:hidden;
overflow-y:auto;
overflow:hidden;
border-right:1px solid #eee;
}
}
@ -724,12 +723,14 @@ textarea:-moz-placeholder {/* for FF */
bottom:0;
z-index:1;
padding:20px;
overflow-x:hidden;
overflow-y:auto;
overflow:hidden;
border-right:1px solid #eee;
box-shadow:0 0 4px #ccc;
}
}
.side-tabnav:hover {
overflow-y:auto;
}
.side-tabnav {
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;