Due to the tab bar, scrollables need bottom padding
This commit is contained in:
parent
a86daaac0b
commit
7cd78b8003
1 changed files with 6 additions and 0 deletions
|
@ -120,6 +120,12 @@ shortcuts .tab-bar[hidden] {
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: calc(40em - 1px)) {
|
||||||
|
#app:has(#shortcuts .tab-bar) .deck-container {
|
||||||
|
padding-bottom: 52px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@media (min-width: 40em) {
|
@media (min-width: 40em) {
|
||||||
#app:has(#shortcuts .tab-bar) .timeline-deck {
|
#app:has(#shortcuts .tab-bar) .timeline-deck {
|
||||||
margin-top: 44px;
|
margin-top: 44px;
|
||||||
|
|
Loading…
Add table
Reference in a new issue