I'm having trouble with this piece of html in the file lionbars.css. My rails application is throwing error in production. ``` html <!--[if IE 8]> <style> .lb-v-scrollbar { background: red; } </style> <![endif]--> ```