diff --git a/src/menu/menu.controller.ts b/src/menu/menu.controller.ts index bc2095d..07897d2 100644 --- a/src/menu/menu.controller.ts +++ b/src/menu/menu.controller.ts @@ -85,10 +85,5 @@ module tagIt { location.reload(); } - removeMenu() { - $('.tagit-body').children().unwrap(); - $('.tagit-menu').remove(); - } - } } diff --git a/src/menu/menu.tpl.html b/src/menu/menu.tpl.html index f0f2c70..2cdc0e3 100644 --- a/src/menu/menu.tpl.html +++ b/src/menu/menu.tpl.html @@ -1,12 +1,6 @@
-
- - -

Tag you're it

Select a word to tag with a semantic tag.

diff --git a/src/style.css b/src/style.css index cf8e668..748f094 100644 --- a/src/style.css +++ b/src/style.css @@ -1,6 +1,7 @@ .tagit-body { width: 70%; position: absolute; + overflow-y: auto; right: 0; padding: 10px; } @@ -9,7 +10,6 @@ position: fixed; overflow-y: auto; width: 30%; - left: 0; top: 0; bottom: 0; padding: 10px;