create-interview-cockpit 0.9.0 → 0.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-interview-cockpit",
3
- "version": "0.9.0",
3
+ "version": "0.10.0",
4
4
  "description": "Scaffold a personal AI-powered interview prep cockpit",
5
5
  "type": "module",
6
6
  "bin": {
@@ -120,6 +120,7 @@ export default function App() {
120
120
  </div>
121
121
  {showCodePanel && (
122
122
  <div
123
+ className="min-h-0 flex overflow-hidden"
123
124
  onWheel={(e) => {
124
125
  // Walk up from the event target to check if any ancestor
125
126
  // inside the code panel is itself scrollable — if so, let