Add basic context-menu for actions.

This commit is contained in:
Gunther Brunner
2014-09-25 16:24:57 +09:00
parent c33d95ba7a
commit f705cd60a7
9 changed files with 86 additions and 4 deletions

View File

@@ -0,0 +1,4 @@
.context-menu {
position: fixed;
z-index: 1000;
}