Make floating updater draggable by any edge so it doesn't get stuck at the top. #1031
This commit is contained in:
parent
f7a7351b8c
commit
f1ecfbfbe5
@ -1011,10 +1011,11 @@ span.hide-announcement {
|
|||||||
}
|
}
|
||||||
#updater > .move {
|
#updater > .move {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 0;
|
|
||||||
top: -5px;
|
top: -5px;
|
||||||
width: 100%;
|
bottom: -5px;
|
||||||
height: 5px;
|
left: -5px;
|
||||||
|
right: -5px;
|
||||||
|
z-index: -1;
|
||||||
}
|
}
|
||||||
#updater > div:last-child {
|
#updater > div:last-child {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user