mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-24 09:04:02 +02:00
Extract iD.svg.Defs from Surface
Need to have a single defs for the entire document but multiple Surfaces.
This commit is contained in:
@@ -39,6 +39,13 @@ body {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
#defs {
|
||||
/* Can't be display: none or the clippaths are ignored. */
|
||||
position: absolute;
|
||||
width: 0;
|
||||
height: 0;
|
||||
}
|
||||
|
||||
.spacer {
|
||||
height: 40px;
|
||||
margin-right: 10px;
|
||||
|
||||
Reference in New Issue
Block a user