From 448ea51ddf5786a98b6491206fb6014e47733ce8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?An=C4=B1l=20=C5=9Eenay?= Date: Fri, 24 Jul 2020 19:18:57 +0300 Subject: [PATCH] overflow hidden added to stories-feed --- styles/index.css | 1 + 1 file changed, 1 insertion(+) diff --git a/styles/index.css b/styles/index.css index 44da64d..fea9539 100644 --- a/styles/index.css +++ b/styles/index.css @@ -108,6 +108,7 @@ body { } .stories-feed { scrollbar-width: none; + overflow: hidden; } .story-photo-container {