mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/16474] Hide vertical scrollbar for attachbox
PHPBB3-16474
This commit is contained in:
parent
919597bfcf
commit
fabe9ce56b
1 changed files with 1 additions and 0 deletions
|
@ -553,6 +553,7 @@ blockquote .codebox {
|
||||||
clear: left;
|
clear: left;
|
||||||
border-top: 1px solid transparent;
|
border-top: 1px solid transparent;
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
|
overflow-y: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.attachbox dd dd {
|
.attachbox dd dd {
|
||||||
|
|
Loading…
Add table
Reference in a new issue