fix(client): pagination dropdown menu is blocked #398
This commit is contained in:
parent
14ad04a8b2
commit
8a26b8dd77
@ -16,7 +16,7 @@ export const PoweredBy = () => {
|
||||
a {
|
||||
color: rgba(0, 0, 0, 0.45);
|
||||
&:hover {
|
||||
color: rgba(0,0,0,.85);
|
||||
color: rgba(0, 0, 0, 0.85);
|
||||
}
|
||||
}
|
||||
`}
|
||||
|
@ -163,11 +163,16 @@ const InternalAdminLayout = (props: any) => {
|
||||
min-height: calc(100vh - 46px);
|
||||
position: relative;
|
||||
padding-bottom: 70px;
|
||||
> div {
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
}
|
||||
.ant-layout-footer {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
z-index: 0;
|
||||
}
|
||||
`}
|
||||
>
|
||||
|
Loading…
Reference in New Issue
Block a user