diff --git a/dist/main.css b/dist/main.css index 4c1f4fa..08e4129 100644 Binary files a/dist/main.css and b/dist/main.css differ diff --git a/src/styles/_content.scss b/src/styles/_content.scss index 6878d7b..b1e2633 100644 --- a/src/styles/_content.scss +++ b/src/styles/_content.scss @@ -13,6 +13,7 @@ &::before { content: ''; position: absolute; + left: 0; width: 100%; height: 1px; border-top: 1px solid white(.02); diff --git a/src/styles/_message.scss b/src/styles/_message.scss index ff93ec4..159f49f 100644 --- a/src/styles/_message.scss +++ b/src/styles/_message.scss @@ -204,7 +204,7 @@ height: 300px; background-color: black(.4); overflow: hidden; - overflow-y: scroll; + overflow-y: auto; border-radius: 3px; box-shadow: inset 0 0 3px black(.4); } diff --git a/src/styles/_sidebar.scss b/src/styles/_sidebar.scss index 5c2e24f..5fddfdc 100644 --- a/src/styles/_sidebar.scss +++ b/src/styles/_sidebar.scss @@ -66,7 +66,7 @@ float: left; height: calc(100% - 49px); width: 300px; - overflow: scroll; + overflow: auto; -webkit-overflow-scrolling: touch; }