mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-14 17:52:55 +00:00
Fix bar positioning
This commit is contained in:
@@ -41,6 +41,7 @@ body {
|
||||
|
||||
.spacer {
|
||||
height: 40px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.limiter {
|
||||
@@ -602,7 +603,7 @@ a:hover .icon.out-link { background-position: -500px -14px;}
|
||||
|
||||
#bar {
|
||||
position: fixed;
|
||||
padding: 10px;
|
||||
padding: 10px 0;
|
||||
left:0;
|
||||
top:0;
|
||||
right:0;
|
||||
|
||||
Reference in New Issue
Block a user