Skip to content

Commit de95407

Browse files
committed
fix: The search box hides the horizontal scroll bar in the Logs.
1 parent f09e7ba commit de95407

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Resources/laravel-debugbar.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -805,6 +805,10 @@ div.phpdebugbar-panel[data-collector="__datasets"] {
805805
padding: 0 10px;
806806
}
807807

808+
div.phpdebugbar-panel[data-collector="logs"] {
809+
height: calc(100% - 30px);
810+
}
811+
808812
div.phpdebugbar-panel table {
809813
margin: 10px 0px!important;
810814
width: 100%!important;

0 commit comments

Comments
 (0)