1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-19 06:51:33 +02:00

[ticket/11979] Fix errors in dropdown

PHPBB3-11979
This commit is contained in:
Vjacheslav Trushkin
2013-11-20 00:17:28 +02:00
parent 6b39f3b6a7
commit be3bab4946
3 changed files with 8 additions and 2 deletions

View File

@@ -522,10 +522,13 @@ ul.linklist.bulletin li.no-bulletin:before {
.dropdown .dropdown-contents {
z-index: 2;
overflow: hidden;
overflow-y: auto;
border: 1px solid transparent;
border-radius: 5px;
padding: 5px;
position: relative;
min-width: 40px;
max-height: 200px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;