diff --git a/themes/new_look_default/public/dist/css/index.css b/themes/new_look_default/public/dist/css/index.css index 53b247f..5fbb927 100644 --- a/themes/new_look_default/public/dist/css/index.css +++ b/themes/new_look_default/public/dist/css/index.css @@ -117,6 +117,9 @@ body { color: white; overflow-y: scroll; width: 94%; + max-height: 70%; + flex-direction: column; + scrollbar-width: none; } #modal-video-container,#modal-format-selector { @@ -212,12 +215,12 @@ body { } #poping-notice.active { - display: block; + display: flex; } .modal.active { display: flex; - scrollbar-width: none + scrollbar-width: none; } .modal.active.active::-webkit-scrollbar {