legraphista commited on
Commit
153cb78
1 Parent(s): 0491bca

fix: shrunk header on mobile when interacting

Browse files

- fixed the header on mobile shrinking upon selectiong an entry in the list

Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -574,6 +574,7 @@ body {
574
  flex-wrap: nowrap;
575
  overflow: hidden;
576
  max-height: 25vh;
 
577
  }
578
  #header-content h1 {
579
  font-size: 24px;
 
574
  flex-wrap: nowrap;
575
  overflow: hidden;
576
  max-height: 25vh;
577
+ flex-shrink: 0;
578
  }
579
  #header-content h1 {
580
  font-size: 24px;