diff options
Diffstat (limited to 'opendc-web/opendc-web-ui/src/components/app/map/controls/ToolPanelComponent.module.scss')
| -rw-r--r-- | opendc-web/opendc-web-ui/src/components/app/map/controls/ToolPanelComponent.module.scss | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/opendc-web/opendc-web-ui/src/components/app/map/controls/ToolPanelComponent.module.scss b/opendc-web/opendc-web-ui/src/components/app/map/controls/ToolPanelComponent.module.scss new file mode 100644 index 00000000..970b1ce2 --- /dev/null +++ b/opendc-web/opendc-web-ui/src/components/app/map/controls/ToolPanelComponent.module.scss @@ -0,0 +1,6 @@ +.toolPanel { + position: absolute; + left: 10px; + bottom: 10px; + z-index: 50; +} |
