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 {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: -5px;
|
||||
width: 100%;
|
||||
height: 5px;
|
||||
bottom: -5px;
|
||||
left: -5px;
|
||||
right: -5px;
|
||||
z-index: -1;
|
||||
}
|
||||
#updater > div:last-child {
|
||||
text-align: center;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user