Merge pull request #1618 from benthomasson/network_ui_toolbox_title_fix

Fixes scroll of devices over inventory toolbox title.
This commit is contained in:
Ben Thomasson 2018-04-30 13:59:49 -04:00 committed by GitHub
commit 05556809d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,11 +6,7 @@
ng-attr-width="{{toolbox.width}}"
ng-attr-height="{{toolbox.height}}"
rx=5></rect>
<text
class="NetworkUI__toolbox--title"
ng-attr-transform="translate({{toolbox.title_coordinates.x}},{{toolbox.title_coordinates.y}})">
{{toolbox.name}}
</text>
<g clip-path="url(#inventory-toolbox-clip-path)">
<g ng-attr-transform="translate({{toolbox.x}}, {{toolbox.y+20}})">
@ -92,4 +88,10 @@
</g> <!-- end selected item -->
</g> <!-- ng-if -->
</g> <!-- ng-if toolbox.enabled -->
<text
class="NetworkUI__toolbox--title"
filter="url(#background)"
ng-attr-transform="translate({{toolbox.title_coordinates.x}},{{toolbox.title_coordinates.y}})">
{{toolbox.name}}
</text>
</g> <!-- ng-if !hide_menus -->