fix: Fixing poping notice.

This commit is contained in:
sergiotarxz 2021-01-22 14:30:34 +01:00
parent 8ce749fd98
commit ef7cb4b628
Signed by: sergiotarxz
GPG Key ID: E5903508B6510AC2
1 changed files with 5 additions and 2 deletions

View File

@ -117,6 +117,9 @@ body {
color: white; color: white;
overflow-y: scroll; overflow-y: scroll;
width: 94%; width: 94%;
max-height: 70%;
flex-direction: column;
scrollbar-width: none;
} }
#modal-video-container,#modal-format-selector { #modal-video-container,#modal-format-selector {
@ -212,12 +215,12 @@ body {
} }
#poping-notice.active { #poping-notice.active {
display: block; display: flex;
} }
.modal.active { .modal.active {
display: flex; display: flex;
scrollbar-width: none scrollbar-width: none;
} }
.modal.active.active::-webkit-scrollbar { .modal.active.active::-webkit-scrollbar {