[SSE mobile] Fix Bug 58642
This commit is contained in:
parent
1788a579c3
commit
8bdc8762da
|
@ -20,4 +20,20 @@
|
||||||
.tooltip-cell-data {
|
.tooltip-cell-data {
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.all-list.popover {
|
||||||
|
.view {
|
||||||
|
border-radius: var(--f7-popover-border-radius);
|
||||||
|
}
|
||||||
|
.page-content {
|
||||||
|
border-radius: var(--f7-popover-border-radius);
|
||||||
|
|
||||||
|
& > .list:last-child {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.list {
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue