We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 893d22f + e32beb9 commit bbe3b96Copy full SHA for bbe3b96
1 file changed
src/css/AlgoScreen.css
@@ -249,7 +249,6 @@ em {
249
background-color: var(--control);
250
transition: all 0.3s ease;
251
box-shadow: 0 4px 16px var(--shadow);
252
- overflow-y: auto;
253
}
254
255
.VisualizationMainPage .modal-content ul {
@@ -1074,6 +1073,7 @@ input[type='checkbox'] {
1074
1073
1075
1076
#canvas {
+ position: sticky;
1077
width: 100%;
1078
- height: 100%;
+ height: 90vh;
1079
0 commit comments