mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/12013] Prevent the dropdown scrollbar from overlapping the content.
PHPBB3-12013
This commit is contained in:
@@ -603,6 +603,14 @@ ul.linklist.bulletin > li.no-bulletin:before {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.dropdown-contents > li {
|
||||
padding-right: 15px;
|
||||
}
|
||||
|
||||
.dropdown-nonscroll > li {
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
.dropdown li:first-child, .dropdown li.separator + li, .dropdown li li {
|
||||
border-top: 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user