Remove scrollbar in detail popovers
This commit is contained in:
parent
988071519c
commit
8fedf5759f
1 changed files with 2 additions and 2 deletions
|
@ -3843,7 +3843,7 @@ footer {
|
||||||
|
|
||||||
.popover .two-columns,
|
.popover .two-columns,
|
||||||
.popover .three-columns {
|
.popover .three-columns {
|
||||||
margin-bottom: -8px;
|
margin-top: -8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.popover .column label {
|
.popover .column label {
|
||||||
|
@ -3851,7 +3851,7 @@ footer {
|
||||||
}
|
}
|
||||||
|
|
||||||
.popover .column {
|
.popover .column {
|
||||||
margin-bottom: 8px;
|
margin-top: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.popover--notifications {
|
.popover--notifications {
|
||||||
|
|
Loading…
Reference in a new issue