Fix playerlist dropdown

This commit is contained in:
Braktar
2017-03-04 15:22:23 +01:00
parent 20611e26f8
commit 77ff71d32e
+5
View File
@@ -76,6 +76,11 @@ a:hover
border-color: #1bc98e; border-color: #1bc98e;
} }
.table-responsive {
overflow-x: visible !important;
overflow-y: visible !important;
}
.btn-default, .btn-default:active, .form-control .btn-default, .btn-default:active, .form-control
{ {
background: rgba( 255, 255, 255, 0.3 ); background: rgba( 255, 255, 255, 0.3 );