From 6e1642505dc901cb336fa3759f5c21e78ed3dd99 Mon Sep 17 00:00:00 2001 From: Vaibhav Maheshwari Date: Sun, 22 Oct 2017 19:07:25 +0530 Subject: [PATCH] Update class to suit newer versions .tt-dropdown-menu class been changed to .tt-menu in newer versions of typeahead, although that is not reflected in the playground file, thus causing some minor design issues. --- test/playground.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/playground.html b/test/playground.html index 4dad2387..01c1ff88 100644 --- a/test/playground.html +++ b/test/playground.html @@ -15,7 +15,7 @@ margin: 50px 0; } - .tt-dropdown-menu { + .tt-menu { background-color: #fff; border: 1px solid #000; }