🏡 index : ~doyle/bin.git

author Jordan Johnson-Doyle <jordan@doyle.la> 2019-02-16 11:42:47.0 +00:00:00
committer Jordan Johnson-Doyle <jordan@doyle.la> 2019-02-16 11:51:13.0 +00:00:00
commit
cd3d911ca075d9608051ef5ff0a63dbe12781286 [patch]
tree
48e4f24732ee4bf2ab27c6064aeeb866bf0413d9
parent
4c9f1af0ab174c2598e4fa2c617d86c645b81a44
download
cd3d911ca075d9608051ef5ff0a63dbe12781286.tar.gz

Use overflow: auto instead of overflow: scroll



Diff

 templates/index.html | 7 +++++--
 templates/paste.html | 2 +-
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/templates/index.html b/templates/index.html
index 90fd2e3..046f80e 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -6,10 +6,14 @@
    textarea {
        height: 100%;
        width: 100%;

        background: none;
        border: none;
        color: inherit;

        resize: none;
        overflow: auto;

        color: inherit;
        font-family: inherit;
        font-size: 1rem;
        line-height: inherit;
@@ -24,7 +28,6 @@
        width: 3rem;
        border: none;
        border-radius: 50%;

        background: #2196F3;

        color: white;
diff --git a/templates/paste.html b/templates/paste.html
index ba77055..2dd6baa 100644
--- a/templates/paste.html
+++ b/templates/paste.html
@@ -5,7 +5,7 @@
        height: 100%;
        width: 100%;
        margin: 0;
        overflow: scroll;
        overflow: auto;
        font-family: inherit;
        font-size: 1rem;
        line-height: inherit;