mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 14:13:37 +08:00
fix 404 page style
This commit is contained in:
parent
e185441b13
commit
7b5f843546
@ -6,7 +6,12 @@
|
||||
background-attachment: fixed;
|
||||
background-position: center;
|
||||
background-size: 100%;
|
||||
position: relative;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
z-index: 100;
|
||||
|
||||
section {
|
||||
position: absolute;
|
||||
|
Loading…
Reference in New Issue
Block a user