DebugKit's iframe height is extremely small and adds scroll bars on medium resolution monitors, not allowing full display of options. The problem was identified when using a notebook with a 1366 x 768 resolution monitor. Removing the CSS property "overflow: auto" from the ".c-toolbar" class used in <ul id="toolbar" /> solves the problem.
Problem:

Solves the problem:

DebugKit's iframe height is extremely small and adds scroll bars on medium resolution monitors, not allowing full display of options. The problem was identified when using a notebook with a 1366 x 768 resolution monitor. Removing the CSS property "overflow: auto" from the ".c-toolbar" class used in
<ul id="toolbar" />solves the problem.Problem:

Solves the problem:
