1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-01 14:30:32 +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

@@ -2363,11 +2363,14 @@ fieldset.permissions .padding {
.dropdown .dropdown-contents {
z-index: 2;
overflow: hidden;
overflow-y: auto;
background: #fff;
border: 1px solid #b9b9b9;
border-radius: 5px;
padding: 5px;
position: relative;
min-width: 40px;
max-height: 200px;
box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2);
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;