1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-15 14:49:09 +00:00

adjust detail panel

This commit is contained in:
Michael An
2019-05-22 18:37:53 +08:00
parent 5f013ce235
commit a470f5946b

View File

@@ -71,6 +71,7 @@
flex-direction: column; flex-direction: column;
flex: 1; flex: 1;
min-height: 0; min-height: 0;
position: relative;
} }
.side-panel-center, .side-panel-center,
@@ -159,9 +160,8 @@
right: 0; right: 0;
background-color: #fff; background-color: #fff;
width: 300px; width: 300px;
height: calc(100% - 50px); height: 100%;
box-shadow: -1px 0 3px 0 #ccc; box-shadow: -1px 0 3px 0 #ccc;
top: 49px;
animation: move .5s ease-in-out 1; animation: move .5s ease-in-out 1;
z-index: 50; z-index: 50;
} }