17 lines
No EOL
353 B
CSS
17 lines
No EOL
353 B
CSS
.TootBottomSheet {
|
|
overflow: hidden;
|
|
|
|
.Scrollable {
|
|
padding-bottom: var(--safe-area-inset-bottom, 0);
|
|
overflow-y: auto;
|
|
overscroll-behavior-y: contain;
|
|
height: calc(100% - var(--scaffold-topbar-height, 0px));
|
|
}
|
|
|
|
.progress-line {
|
|
display: flex;
|
|
justify-content: center;
|
|
margin-top: 12px;
|
|
margin-bottom: 12px;
|
|
}
|
|
} |