Skip to content

Commit

Permalink
remove an errouneous ipdb and hide horizontal scroll behind toolbar i…
Browse files Browse the repository at this point in the history
…n resource view
  • Loading branch information
Dan Pesce committed Feb 9, 2024
1 parent 9f0deac commit e3a05fd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ async def test_angr_decompilation(ofrak_context: OFRAKContext):
]
),
)
import ipdb

ipdb.set_trace()
decomps = []
for complex_block in complex_blocks:
await complex_block.resource.identify()
Expand Down
2 changes: 2 additions & 0 deletions frontend/src/resource/ResourceTreeView.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
.toolbar {
overflow: auto;
overflow-y: scroll;
background-color: var(--main-bg-color);
z-index: 10;
}
.hbox {
Expand Down
1 change: 0 additions & 1 deletion frontend/src/utils/Pane.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
.inner {
overflow: auto;
flex-grow: 1;
scrollbar-color: var(--main-bg-color);
}
.minimap-container {
Expand Down

0 comments on commit e3a05fd

Please sign in to comment.