Sfoglia il codice sorgente

Merge pull request #3 from darshkpatel/patch-1

Fixes bottom bar glitch on over-scroll
main
Rahul Tiwari 4 anni fa
parent
commit
2a7a9b57ff
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file con 4 aggiunte e 2 eliminazioni
  1. +4
    -2
      static/css/style.css

+ 4
- 2
static/css/style.css Vedi File

@@ -6,7 +6,9 @@ body {
max-width: 40rem;
padding: 2rem;
margin: auto;
background: #fafafa; }
background: #fafafa;
overscroll-behavior-y: none;
}

img {
max-width: 100%; }
@@ -36,4 +38,4 @@ h3 {
hr {
border: 0px;
border: 1px solid #eee;
}
}

Loading…
Annulla
Salva