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;
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 {