Showing
1 changed file
with
3 additions
and
1 deletions
@@ -16,6 +16,7 @@ | @@ -16,6 +16,7 @@ | ||
16 | left: 0; | 16 | left: 0; |
17 | height: 70%; | 17 | height: 70%; |
18 | background: #fff; | 18 | background: #fff; |
19 | + padding-bottom: 100px; | ||
19 | } | 20 | } |
20 | 21 | ||
21 | .close { | 22 | .close { |
@@ -29,11 +30,12 @@ | @@ -29,11 +30,12 @@ | ||
29 | 30 | ||
30 | .infos { | 31 | .infos { |
31 | padding: 0 30px; | 32 | padding: 0 30px; |
33 | + height: 100%; | ||
32 | } | 34 | } |
33 | 35 | ||
34 | .chose-items { | 36 | .chose-items { |
35 | overflow: auto; | 37 | overflow: auto; |
36 | - height: 500px; | 38 | + height: 60%; |
37 | } | 39 | } |
38 | 40 | ||
39 | .basic-info { | 41 | .basic-info { |
-
Please register or login to post a comment