Commit 6e71c2ab authored by Jason Fox's avatar Jason Fox
Browse files

Avoid front-page dead end navigation

parent c1b3a095
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -275,6 +275,10 @@ flex-item:has(#TOC):after {
  #editor h1 {
    padding-top: 3.4em;
  }

  #TOC ul:first-child {
    pointer-events: none;
  }
}

/* BORROWED FROM HERE: https://stackoverflow.com/questions/28767221/flexbox-resizing */