Skip to content

Commit

Permalink
fix(gsoc'24): mini map rendering fixed (#316)
Browse files Browse the repository at this point in the history
Co-authored-by: Josh Varga <[email protected]>
  • Loading branch information
niladrix719 and JoshVarga authored Jul 25, 2024
1 parent e6708bf commit 221217b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/styles/css/main.stylesheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -1517,12 +1517,14 @@ input:checked + .slider:before {
#miniMap {
position: fixed;
z-index: 3;
bottom: 20px;
right: 40px;
bottom: -6rem;
right: 0.5rem;
overflow-y: scroll;
opacity: 0.5;
overflow: hidden;
border: none;
height: 15rem;
width: 18rem;
}

.disable::after {
Expand Down Expand Up @@ -1856,7 +1858,7 @@ canvas {
margin-bottom: 0.5rem;
}

/*
/*
.ProseMirror ul {
list-style-type: disc;
}
Expand Down

0 comments on commit 221217b

Please sign in to comment.