Fix header backup dropdown position
This commit is contained in:
parent
5cc9e68d69
commit
1bc84bbb49
|
@ -814,14 +814,16 @@ details.applies-to-extra[open] {
|
||||||
|
|
||||||
.manage-backups .dropdown {
|
.manage-backups .dropdown {
|
||||||
display: none;
|
display: none;
|
||||||
|
background: transparent;
|
||||||
|
padding-top: 10px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
background-color: #f9f9f9;
|
|
||||||
min-width: 160px;
|
min-width: 160px;
|
||||||
box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
|
box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
|
||||||
z-index: 101;
|
z-index: 101;
|
||||||
}
|
}
|
||||||
|
|
||||||
.manage-backups .dropdown a {
|
.manage-backups .dropdown a {
|
||||||
|
background-color: #f9f9f9;
|
||||||
color: black;
|
color: black;
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
|
@ -838,7 +840,7 @@ details.applies-to-extra[open] {
|
||||||
.manage-backups:hover .dropdown {
|
.manage-backups:hover .dropdown {
|
||||||
display: block;
|
display: block;
|
||||||
right: -20px;
|
right: -20px;
|
||||||
top: 99%;
|
top: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* sort font */
|
/* sort font */
|
||||||
|
|
Loading…
Reference in New Issue
Block a user