From 8d1041ad9b2fbbf6e6ae2cf9c50543d26cdc4b00 Mon Sep 17 00:00:00 2001 From: Phuoc Nguyen Date: Sat, 3 Apr 2021 12:31:33 +0700 Subject: [PATCH] The content should be scrollable --- client/placeholders/browserFrame.css | 1 + 1 file changed, 1 insertion(+) diff --git a/client/placeholders/browserFrame.css b/client/placeholders/browserFrame.css index 06dde34..7bd6a06 100644 --- a/client/placeholders/browserFrame.css +++ b/client/placeholders/browserFrame.css @@ -10,6 +10,7 @@ .demo__live { height: 32rem; + overflow: auto; } .demo__css,