mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 02:59:58 +08:00
height
This commit is contained in:
parent
c2d630eabc
commit
8cfc9495cb
@ -239,7 +239,8 @@ header {
|
||||
.main {
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
min-height: calc(100% - 210px);
|
||||
height: calc(100% - 210px);
|
||||
min-height: 600px;
|
||||
transform-style: preserve-3d;
|
||||
transition: transform .6s cubic-bezier(0.785, 0.135, 0.15, 0.86), height .5s ease-out;
|
||||
transition: transform .6s cubic-bezier(0.785, 0.135, 0.15, 0.86), height .5s ease-out;
|
||||
|
Loading…
Reference in New Issue
Block a user