Skip to content

Commit fe6fd33

Browse files
committed
fix: Add scrolling within toolbar
1 parent e609da1 commit fe6fd33

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

view/frontend/templates/component/debugger.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ $htmlId = $idConvertor->toElementId($block->getNameInLayout());
3535
<?= $childRenderer->all($block, 'loki-debugger.debugger.tab-button.') ?>
3636
</div>
3737

38-
<div style="overflow:auto">
38+
<div style="height:100%;overflow:scroll">
3939
<?= $childRenderer->all($block, 'loki-debugger.debugger.tab.') ?>
4040
</div>
4141
</div>

0 commit comments

Comments
 (0)