diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index 7a4600662e..4c4f0ef42c 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -24,4 +24,5 @@ *= require comments *= require wiki *= require question + *= require tags */ diff --git a/app/assets/stylesheets/tags.css b/app/assets/stylesheets/tags.css new file mode 100644 index 0000000000..1276c3be84 --- /dev/null +++ b/app/assets/stylesheets/tags.css @@ -0,0 +1,3 @@ +.popover{ + z-index: 1; +} \ No newline at end of file