Hack the drawer to close it when clicking outside
This commit is contained in:
@@ -21,6 +21,10 @@
|
||||
margin-right: 0px;
|
||||
margin-left: 5px;
|
||||
}
|
||||
* {
|
||||
.unselectable();
|
||||
cursor: default;
|
||||
}
|
||||
}
|
||||
|
||||
.dropdown-bar-content {
|
||||
|
||||
@@ -912,7 +912,7 @@ body .cryptpad-toolbar {
|
||||
background: @dropdown-bg;
|
||||
display: flex;
|
||||
flex-flow: column;
|
||||
z-index:1000;
|
||||
z-index:10000;
|
||||
color: black;
|
||||
.fa {
|
||||
font-size: 17px;
|
||||
@@ -920,7 +920,7 @@ body .cryptpad-toolbar {
|
||||
&> span {
|
||||
box-sizing: border-box;
|
||||
min-width: 150px;
|
||||
height: 26px;
|
||||
height: 32px;
|
||||
border-radius: 0;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user