mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
fix: cover leaked shadow
This commit is contained in:
parent
861870a0b4
commit
2f2a9f8e95
1 changed files with 3 additions and 2 deletions
|
|
@ -345,7 +345,7 @@
|
|||
z-index: 1;
|
||||
}
|
||||
&-content {
|
||||
padding: 0 10px;
|
||||
padding: 10px 10px;
|
||||
flex: 1;
|
||||
overflow: auto;
|
||||
position: relative;
|
||||
|
|
@ -353,7 +353,8 @@
|
|||
.shadow-shelter {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 6px;
|
||||
height: 10px;
|
||||
top: 0;
|
||||
left: 0;
|
||||
background: #fafbfc;
|
||||
z-index: 1;
|
||||
|
|
|
|||
Loading…
Reference in a new issue