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 {
|
a {
|
||||||
color: rgba(0, 0, 0, 0.45);
|
color: rgba(0, 0, 0, 0.45);
|
||||||
&:hover {
|
&: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);
|
min-height: calc(100vh - 46px);
|
||||||
position: relative;
|
position: relative;
|
||||||
padding-bottom: 70px;
|
padding-bottom: 70px;
|
||||||
|
> div {
|
||||||
|
position: relative;
|
||||||
|
z-index: 1;
|
||||||
|
}
|
||||||
.ant-layout-footer {
|
.ant-layout-footer {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
z-index: 0;
|
||||||
}
|
}
|
||||||
`}
|
`}
|
||||||
>
|
>
|
||||||
|
Loading…
Reference in New Issue
Block a user