1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-10-21 10:51:17 +00:00

[side nav] improvement

This commit is contained in:
llj
2016-05-18 14:48:23 +08:00
parent 702077bd0e
commit d15fb971f9
2 changed files with 23 additions and 5 deletions

View File

@@ -747,14 +747,15 @@ textarea:-moz-placeholder {/* for FF */
transition: all 0.3s ease;
}
.home-side-nav {
display:flex;
flex-direction:column;
padding:0;
}
.home-side-nav:hover {
overflow:hidden;
}
.side-nav-con {
overflow:hidden;
padding:20px;
flex-grow:1;
height:calc(100% - 50px);
}
.side-nav-con:hover {
overflow-y:auto;