Commit 4718af92 by kokoroli

fix: static logo

parent abc8901c
...@@ -354,7 +354,8 @@ body { ...@@ -354,7 +354,8 @@ body {
z-index: 10; z-index: 10;
height: auto; height: auto;
.ant-layout-sider-children { .ant-layout-sider-children {
padding-top: 64px;
overflow-y: hidden; overflow-y: hidden;
&:hover{ &:hover{
overflow-y: auto; overflow-y: auto;
...@@ -367,14 +368,18 @@ body { ...@@ -367,14 +368,18 @@ body {
} }
.logo { .logo {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 64px; height: 64px;
position: relative;
line-height: 64px; line-height: 64px;
padding-left: 24px; padding-left: 24px;
-webkit-transition: all .3s; -webkit-transition: all .3s;
transition: all .3s; transition: all .3s;
background: #002140; background: #002140;
overflow: hidden; overflow: hidden;
z-index: 9;
img, svg, h1 { img, svg, h1 {
display: inline-block; 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