fix: Fixing poping notice.
This commit is contained in:
parent
8ce749fd98
commit
ef7cb4b628
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user