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:
parent
c9c673d832
commit
b421783eab
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user