mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 23:45:20 +02:00
Merge pull request #5976 from rxu/ticket/16474
[ticket/16474] Hide vertical scrollbar for attachbox
This commit is contained in:
commit
466abd7a3d
@ -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…
x
Reference in New Issue
Block a user