Skip to content

Commit

Permalink
re-add sidebar resizer 'height: 100vh' due to being rendered in a con…
Browse files Browse the repository at this point in the history
…tainer with height 0
  • Loading branch information
lenadax committed Aug 5, 2024
1 parent ed2eefb commit 03d3dc5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scss/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ body {
#sidebar_resizer {
position: absolute;
z-index: 3;
height: 100%;
height: 100vh;
width: 20px;
transform: translateX(-50%);
cursor: col-resize;
Expand Down
2 changes: 1 addition & 1 deletion src/cone/app/browser/static/cone/cone.app.css
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ body {
#sidebar_left #sidebar_resize #sidebar_resizer {
position: absolute;
z-index: 3;
height: 100%;
height: 100vh;
width: 20px;
transform: translateX(-50%);
cursor: col-resize;
Expand Down
2 changes: 1 addition & 1 deletion src/cone/app/browser/static/cone/cone.app.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 03d3dc5

Please sign in to comment.