From aadaa4c9c16adaf0fc58ed10b9637416a87c39ec Mon Sep 17 00:00:00 2001 From: Zack Scholl Date: Sun, 10 Apr 2016 09:56:22 -0400 Subject: [PATCH] Bug fix and finished issue #42 Former-commit-id: 5c7671cb5004213cdd374eb96d7010d48637df58 [formerly c302bc14cec2a02c7a5b28e9797e12f75afd0cbd] [formerly eafc74063bb35c0b90d6d06880e004a1154c9572 [formerly 6c0a67f63d2ac75db15193523542df4bd4b6001c]] Former-commit-id: 488d3c0d43517fb34373be7d8ca4cb8191229b54 [formerly e55849f075fd14441e88700b898a6f256ebb6919] Former-commit-id: bf66f6882bfa2133dd8db2dd7257aea064e26c9c --- templates/base.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/base.tmpl b/templates/base.tmpl index feccdf3..76d3920 100644 --- a/templates/base.tmpl +++ b/templates/base.tmpl @@ -37,7 +37,7 @@ cursor:pointer; } .dropdown-menu .sub-menu { - left: 100%; + right: 100%; position: absolute; top: 0; display:none;