From ef7cb4b6280d343731797768869aec825b53b352 Mon Sep 17 00:00:00 2001 From: sergiotarxz Date: Fri, 22 Jan 2021 14:30:34 +0100 Subject: [PATCH] fix: Fixing poping notice. --- themes/new_look_default/public/dist/css/index.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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 {