diff --git a/src/site/resources/css/site.css b/src/site/resources/css/site.css index d51bc425d279c3a36720ea6cd8222ec006a5060d..ecd4995c7cd2fcd939620c497662ab0b64d33f3c 100644 --- a/src/site/resources/css/site.css +++ b/src/site/resources/css/site.css @@ -11,4 +11,8 @@ body { .slogan { color: #7E7E7E; margin-top: 0.5em; -} \ No newline at end of file +} + +.dropdown-backdrop{ +position: static; +} diff --git a/src/site/site.xml b/src/site/site.xml index 9427ccd73d414217907db6bb768db067cee9cd44..224abcbc3e25b8f05a6321b9471c829ab7029e48 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -151,22 +151,6 @@ <tocTopMax>4</tocTopMax> </wiki-home> </pages> - <endContent> - <script> - !function ($) { - $(function(){ - // Fix for dropdowns on mobile devices - $('body').on('touchstart.dropdown', '.dropdown-menu', function (e) - { - e.stopPropagation(); - }); - $(document).on('click','.dropdown-menu a',function(){ - document.location = $(this).attr('href'); - }); - }) - }(window.jQuery) - </script> - </endContent> </reflowSkin> </custom> </project>