fix: rollback to popper.js v1, fix playmode dropdown, and now volume popover can be closed by clicking outside.

This commit is contained in:
Terry Geng
2020-05-16 16:52:32 +08:00
parent 1a7691cd1c
commit 465ab39c7a
5 changed files with 28 additions and 19 deletions

View File

@ -122,6 +122,7 @@
font-size: 20px;
border-radius: 4px;
display: none;
/* margin-bottom: 5px; */
}
#volume-popover[data-show] {
display: flex;
@ -132,9 +133,11 @@
#volume-popover-arrow,
#volume-popover-arrow::before {
position: absolute;
width: 8px;
height: 8px;
width: 10px;
height: 10px;
z-index: -1;
top: 16px;
left: 46px;
}
#volume-popover-arrow::before {