We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abc8901 commit 4718af9Copy full SHA for 4718af9
βsrc/components/global.less
@@ -354,7 +354,8 @@ body {
354
z-index: 10;
355
height: auto;
356
357
- .ant-layout-sider-children {
+ .ant-layout-sider-children {
358
+ padding-top: 64px;
359
overflow-y: hidden;
360
&:hover{
361
overflow-y: auto;
@@ -367,14 +368,18 @@ body {
367
368
}
369
370
.logo {
371
+ position: absolute;
372
+ top: 0;
373
+ left: 0;
374
+ width: 100%;
375
height: 64px;
- position: relative;
376
line-height: 64px;
377
padding-left: 24px;
378
-webkit-transition: all .3s;
379
transition: all .3s;
380
background: #002140;
381
overflow: hidden;
382
+ z-index: 9;
383
384
img, svg, h1 {
385
display: inline-block;
0 commit comments