fixed width-adjustment bug when dragging

This commit is contained in:
加里
2014-08-28 11:36:19 +08:00
parent 6c62b162f2
commit 6b6708ee29
3 changed files with 4 additions and 5 deletions

View File

@@ -99,9 +99,9 @@
.recordDetailOverlay{
z-index: 1;
width: 61.8%;
height: 100%;
position: fixed;
left: 35%;
right: 0;
background: #FFF;
border-left: 1px solid #CCC;