Keep the settings button visible when there are scrollbars

This commit is contained in:
Simon Vermeersch 2017-01-15 13:26:43 +01:00 committed by Griatch
parent 7899dc5200
commit 24cb3d3b31

View file

@ -172,7 +172,7 @@ div {margin:0px;}
#toolbar {
position: fixed;
top: 0;
right: 0;
right: 5px;
z-index: 1;
}