Commit 4718af92 by kokoroli

fix: static logo

parent abc8901c
......@@ -354,7 +354,8 @@ body {
z-index: 10;
height: auto;
.ant-layout-sider-children {
.ant-layout-sider-children {
padding-top: 64px;
overflow-y: hidden;
&:hover{
overflow-y: auto;
......@@ -367,14 +368,18 @@ body {
}
.logo {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 64px;
position: relative;
line-height: 64px;
padding-left: 24px;
-webkit-transition: all .3s;
transition: all .3s;
background: #002140;
overflow: hidden;
z-index: 9;
img, svg, h1 {
display: inline-block;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment