div.phpdebugbar-widgets-translations{
    height: auto;
}

.phpdebugbar-widgets-translations .phpdebugbar-widgets-toolbar{
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
}

.phpdebugbar-widgets-translations table{
    margin-bottom: 2rem;
}
.phpdebugbar-widgets-translations table > tr > td{
    padding: 3px 5px;
    border-bottom: 1px solid #eee;
}
.phpdebugbar-widgets-translations table > tr > td a{
    background: none;
}