Make floating updater draggable by any edge so it doesn't get stuck at the top. #1031

This commit is contained in:
ccd0 2016-11-26 13:53:10 -08:00
parent f7a7351b8c
commit f1ecfbfbe5

View File

@ -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;