Content-Length: 2314 | pFad | http://github.com/algorithm-visualizer/algorithm-visualizer/pull/250.patch
thub.com
From ec2da8dac34c3902a94372c052dc769200a21dea Mon Sep 17 00:00:00 2001
From: Andrew
Date: Wed, 5 Jun 2019 13:06:55 -1000
Subject: [PATCH 1/3] added scrollbar to algorithm menu on left
---
src/frontend/components/Navigator/stylesheet.scss | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/frontend/components/Navigator/stylesheet.scss b/src/frontend/components/Navigator/stylesheet.scss
index 431344f8..c0338dc6 100644
--- a/src/frontend/components/Navigator/stylesheet.scss
+++ b/src/frontend/components/Navigator/stylesheet.scss
@@ -4,6 +4,7 @@
flex: 1;
display: flex;
flex-direction: column;
+ overflow-y : auto;
.search_bar_container {
height: $line-height;
From 3f27e702b69fed588d8a5cb2a3395e5adf1a072c Mon Sep 17 00:00:00 2001
From: Andrew
Date: Wed, 5 Jun 2019 13:25:27 -1000
Subject: [PATCH 2/3] Added scrollbar to visualization viewer
---
src/frontend/components/VisualizationViewer/stylesheet.scss | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/frontend/components/VisualizationViewer/stylesheet.scss b/src/frontend/components/VisualizationViewer/stylesheet.scss
index 8db0a8ed..eb9f7f8d 100644
--- a/src/frontend/components/VisualizationViewer/stylesheet.scss
+++ b/src/frontend/components/VisualizationViewer/stylesheet.scss
@@ -5,4 +5,5 @@
display: flex;
flex-direction: column;
align-items: stretch;
+ overflow-y: auto;
}
From 1c85bb2ed33b14afd7e8fb6664e356e2d7ce72ba Mon Sep 17 00:00:00 2001
From: Andrew
Date: Wed, 5 Jun 2019 20:24:53 -1000
Subject: [PATCH 3/3] added scrollbar to each tracer
---
src/frontend/components/ResizableContainer/index.jsx | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/frontend/components/ResizableContainer/index.jsx b/src/frontend/components/ResizableContainer/index.jsx
index aa93dafa..71fa8c04 100644
--- a/src/frontend/components/ResizableContainer/index.jsx
+++ b/src/frontend/components/ResizableContainer/index.jsx
@@ -48,6 +48,7 @@ class ResizableContainer extends React.Component {
elements.push(
{child}
,
--- a PPN by Garber Painting Akron. With Image Size Reduction included!Fetched URL: http://github.com/algorithm-visualizer/algorithm-visualizer/pull/250.patch
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy