Skip to content

Commit bbe3b96

Browse files
authored
Merge pull request #71 from csvistool/bugsFix
Scroll viewpoint
2 parents 893d22f + e32beb9 commit bbe3b96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/css/AlgoScreen.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,6 @@ em {
249249
background-color: var(--control);
250250
transition: all 0.3s ease;
251251
box-shadow: 0 4px 16px var(--shadow);
252-
overflow-y: auto;
253252
}
254253

255254
.VisualizationMainPage .modal-content ul {
@@ -1074,6 +1073,7 @@ input[type='checkbox'] {
10741073
}
10751074

10761075
#canvas {
1076+
position: sticky;
10771077
width: 100%;
1078-
height: 100%;
1078+
height: 90vh;
10791079
}

0 commit comments

Comments
 (0)