[Fixed Position] Add dialog for text
Add dialog for text elements in fixed position view; tweak styling on some other element types. WTD-880.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<div ng-style="{ background: ngModel.fill }"
|
||||
style="width: 100%; height: 100%">
|
||||
{{ngModel.text}}
|
||||
<div ng-style="{ background: ngModel.element.fill }"
|
||||
style="width: 100%; height: 100%; overflow: hidden;">
|
||||
{{ngModel.element.text}}
|
||||
</div>
|
||||
Reference in New Issue
Block a user