commit | 65d20ddc1d1d042cbed4f7aa17ecd39fd5c87677 | [log] [tgz] |
---|---|---|
author | shinhanbyeol <hb.shin@bitnine.net> | Fri Apr 16 09:16:48 2021 +0900 |
committer | shinhanbyeol <hb.shin@bitnine.net> | Fri Apr 16 09:16:48 2021 +0900 |
tree | 97203f48df0515c9d4f3abf43dada533be122d3b | |
parent | 48115efb61dc73e8c903a70f631817172875c7b1 [diff] |
fix #11 scroll issue Frame.module.scss update
diff --git a/frontend/src/components/frame/Frame.module.scss b/frontend/src/components/frame/Frame.module.scss index bc0483c..929c1c9 100644 --- a/frontend/src/components/frame/Frame.module.scss +++ b/frontend/src/components/frame/Frame.module.scss
@@ -9,6 +9,7 @@ border: 1px solid rgba(0, 0, 0, .125); border-radius: .25rem; margin-top: 1rem; + overflow-y: auto; } .Frame.FullScreen {