Unable to scroll horizontally Russ Back 31 May 2012 10:33 problem, active Hey Low I have a client on a small screen who can't scroll across to see all fields in a matrix tab. Any suggestions on how to fix this? The main problem here is the structure dropdown. Thanks Replies Low 31 May 2012 12:32 Hi Russ, I was actually already working on that. :) Here's a fix you can apply for now. The next version will have it incorporated: * Open up /themes/third_party/low_variables/styles/low_variables.css * Add this rule at the end of the file: #mainContent .pageContents { overflow:visible !important; } * Open up /system/expressionengine/third_party/low_variables/views/mcp_index.php * On line #10, remove the style attribute on the form element: style="overflow:hidden" * Save both files, then reload the page. Make sure the browser cache is refreshed.
Replies
Low 31 May 2012 12:32
Hi Russ,
I was actually already working on that. :)
Here's a fix you can apply for now. The next version will have it incorporated:
* Open up /themes/third_party/low_variables/styles/low_variables.css
* Add this rule at the end of the file:
* Open up /system/expressionengine/third_party/low_variables/views/mcp_index.php
* On line #10, remove the style attribute on the form element:
* Save both files, then reload the page. Make sure the browser cache is refreshed.