Skip to content
Snippets Groups Projects
Commit 45937ed0 authored by David Bühler's avatar David Bühler
Browse files

[ivette] Marker info: allows scrolling when information overflows the panel.

parent e4e9b236
No related branches found
No related tags found
No related merge requests found
...@@ -362,9 +362,9 @@ export default function ASTinfo(): JSX.Element { ...@@ -362,9 +362,9 @@ export default function ASTinfo(): JSX.Element {
title="Information Filters" title="Information Filters"
/> />
</TitleBar> </TitleBar>
<Boxes.Vfill> <Boxes.Scroll>
{markers.getSelected().map(renderMark)} {markers.getSelected().map(renderMark)}
</Boxes.Vfill> </Boxes.Scroll>
</> </>
); );
} }
......
...@@ -75,7 +75,7 @@ ...@@ -75,7 +75,7 @@
.astinfo-section { .astinfo-section {
position: relative; position: relative;
overflow: hidden; overflow: auto;
padding-top: 1px; padding-top: 1px;
padding-bottom: 2px; padding-bottom: 2px;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment