mirror of
https://github.com/wassname/talk.git
synced 2026-08-18 12:30:39 +08:00
Fix overlap not clickable
This commit is contained in:
@@ -1,17 +1,20 @@
|
||||
.viewingOptions {
|
||||
.root {
|
||||
float: right;
|
||||
text-align: right;
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
min-width: 220px;
|
||||
}
|
||||
|
||||
.viewingOptions {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.streamViewingOptionsList {
|
||||
z-index: 10;
|
||||
position: relative;
|
||||
cursor: pointer;
|
||||
&::after {
|
||||
display: block;
|
||||
content: "";
|
||||
clear: both;
|
||||
}
|
||||
}
|
||||
|
||||
.list {
|
||||
background: white;
|
||||
position: absolute;
|
||||
box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.15);
|
||||
@@ -19,12 +22,12 @@
|
||||
top: 20px;
|
||||
}
|
||||
|
||||
.streamViewingOptionsList ul, .streamViewingOptionsList li {
|
||||
.list > ul, .list > ul > li {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.streamViewingOptionsList li {
|
||||
.list > ul > li {
|
||||
padding: 10px;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user