[SSE mobile] Fix Bug 58642

This commit is contained in:
SergeyEzhin 2022-09-08 16:13:44 +03:00
parent 1788a579c3
commit 8bdc8762da

View file

@ -20,4 +20,20 @@
.tooltip-cell-data {
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;
}
}
}