Hack the drawer to close it when clicking outside

This commit is contained in:
yflory
2017-06-30 18:23:23 +02:00
parent 472a62730b
commit 335898a4c7
3 changed files with 23 additions and 3 deletions

View File

@@ -21,6 +21,10 @@
margin-right: 0px;
margin-left: 5px;
}
* {
.unselectable();
cursor: default;
}
}
.dropdown-bar-content {