correct styling for tracking button on mobile

This commit is contained in:
Sam 2016-12-09 12:20:33 +11:00
parent 03ec8f8089
commit 861a91d48a

View File

@ -116,11 +116,18 @@
bottom: 10px;
left: 10px;
button {
.dropdown-menu {
position: absolute;
left: 0;
bottom: 30px;
}
button, .btn-group {
float: none;
display: inline-block;
margin-bottom: 10px;
margin-bottom: 0;
margin-right: 15px;
position: static;
}
}
.timeline-scrollarea-wrapper {