#2926 - screen actions box causes horizontal slider on non-mobile
| Identifier | #2926 |
|---|---|
| Issue type | Trivial issue (does not break functionality) |
| Title | screen actions box causes horizontal slider on non-mobile |
| Status | Completed |
| Handling member | Chris Graham |
| Addon | core_primary_layout |
| Description | The screen_actions box on various pages throughout Composr causes a horizontal slider to appear when in non-mobile mode due to the .box class having a 1px border and screen_actions_outer being set to 100%.
Mobile does not have this issue due to {$BETA_CSS_PROPERTY,box-sizing: border-box;} being applied. I have fixed this by adding {$BETA_CSS_PROPERTY,box-sizing: border-box;} to screen_actions.css after the width property (lines 12/13). |
| Steps to reproduce | |
| Additional information | I apologize if this has already been found and fixed - I am still running version 10 RC 18. I plan to upgrade to the 10 RC 21 version in the next few days. |
| Funded? | No |
The system will post a comment when this issue is modified (e.g., status changes). To be notified of this, click "Enable comment notifications".


Comments