mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-14 13:18:15 +02:00
Add some padding at bottom of panes
(re https://github.com/openstreetmap/iD/issues/4599#issuecomment-377207313)
This commit is contained in:
+5
-3
@@ -2729,18 +2729,19 @@ div.full-screen > button:hover {
|
||||
|
||||
/* Side panes */
|
||||
|
||||
.map-data-control .map-pane,
|
||||
/*.map-data-control .map-pane,
|
||||
.background-control .map-pane,
|
||||
.help-control .map-pane {
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
*/
|
||||
.map-pane {
|
||||
position: fixed;
|
||||
top: 60px;
|
||||
bottom: 30px;
|
||||
right: 0;
|
||||
padding-bottom: 50px;
|
||||
overflow: hidden;
|
||||
z-index: -1;
|
||||
}
|
||||
[dir='rtl'] .map-pane {
|
||||
left: 0;
|
||||
@@ -2857,6 +2858,7 @@ div.full-screen > button:hover {
|
||||
|
||||
.help-wrap .nav {
|
||||
position: relative;
|
||||
padding-bottom: 30px;
|
||||
}
|
||||
|
||||
.help-wrap .nav a {
|
||||
|
||||
Reference in New Issue
Block a user