Skip to content

Commit d83d0a9

Browse files
committed
Make header collapse again
When we have to scroll up far enough we want to make more room for the score, so the header has to collapse (which was broken). Signed-off-by: Mike Lischke <mike@lischke-online.de>
1 parent f8903fd commit d83d0a9

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/components/styles.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1324,9 +1324,8 @@
13241324
.arrangementViewer {
13251325
padding: 15px;
13261326
overflow-x: hidden;
1327-
overflow-y: auto;
13281327
user-select: none;
1329-
height: 100%;
1328+
min-height: 100%;
13301329

13311330
.minimap {
13321331
--minimap-marker-top: -4px;

0 commit comments

Comments
 (0)