1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-01 15:09:14 +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; bottom:0;
z-index:1; z-index:1;
padding:20px; padding:20px;
overflow-x:hidden; overflow:hidden;
overflow-y:auto;
border-right:1px solid #eee; border-right:1px solid #eee;
} }
} }
@@ -724,12 +723,14 @@ textarea:-moz-placeholder {/* for FF */
bottom:0; bottom:0;
z-index:1; z-index:1;
padding:20px; padding:20px;
overflow-x:hidden; overflow:hidden;
overflow-y:auto;
border-right:1px solid #eee; border-right:1px solid #eee;
box-shadow:0 0 4px #ccc; box-shadow:0 0 4px #ccc;
} }
} }
.side-tabnav:hover {
overflow-y:auto;
}
.side-tabnav { .side-tabnav {
-webkit-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease; -moz-transition: all 0.3s ease;