Skip to content

Commit

Permalink
feat: update workbench layout to fix height issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kieranklaassen committed Aug 13, 2024
1 parent 68c81e5 commit 45b2d37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/leva/workbench/index.html.erb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<% content_for :title, 'Workbench' %>
<div class="flex h-screen bg-gray-900 text-white">
<div class="flex h-[calc(100vh-4rem)] bg-gray-900 text-white">
<!-- Left Sidebar -->
<div class="w-64 h-full bg-gray-800 border-r border-gray-700 flex flex-col">
<div class="p-4">
Expand Down

0 comments on commit 45b2d37

Please sign in to comment.