overflow-x: auto;
removes the errorCode: Select all
attachbox dd {
margin-top: 4px;
padding-top: 4px;
clear: left;
border-top: 1px solid transparent;
overflow-x: auto;
Code: Select all
.attachbox dd {
margin-top: 4px;
padding-top: 4px;
clear: left;
border-top: 1px solid transparent;
overflow-x: auto;
overflow-y: hidden;
}
overflow-x
to?Code: Select all
.attachbox dd {
margin-top: 4px;
padding-top: 4px;
clear: left;
border-top: 1px solid transparent;
overflow-x: auto;
}
Code: Select all
overflow-x: auto;
Code: Select all
overflow-x: visible;
Please remember to open a ticket in phpBB's Issue Tracker, https://tracker.phpbb.com/secure/Create ... fault.jspa, so this problem will get resolved in a future phpBB release.