WIP of attribute view on click

This commit is contained in:
zadam
2020-06-18 12:52:16 +02:00
parent a04aa6fd36
commit a87e59cecb
6 changed files with 146 additions and 10 deletions

View File

@@ -9,14 +9,14 @@ const TPL = `
position: fixed;
bottom: 10px;
right: 10px;
z-index: 1000;
z-index: 100;
}
.hide-left-pane-button, .show-left-pane-button {
position: fixed;
bottom: 10px;
left: 10px;
z-index: 1000;
z-index: 100;
}
</style>