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

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

.phpdebugbar-widgets-templates table{
    margin-bottom: 2rem;
}
.phpdebugbar-widgets-templates table > tr > td{
    padding: 3px 5px;
    border-bottom: 1px solid #eee;
    word-break: break-word;
}
.phpdebugbar-widgets-templates table > tr > th{
    padding: 3px 5px;
    border-bottom: 1px solid #eee;
    background: #eee;
}