Commit 033caf5
committed
frontend: fix sidebar and app-content not scrollable css regression
With iOS prototype there was some updates to height / min-height
for components that should spawn over the full height of the screen.
This introduced a regression that the sidebar and app content are
not scrollable.
Introduced in e67a63c which was
for sidebar only and followup of 02aba14.
Other views or components that should be checked if scroll is
working as intended are:
- Bootloader view
- Dialog
- Guide
Other components seem to not have the scrolling issue as those have
either height or max-height set to 100vh and with that allow the
user to scroll the content.1 parent 3c38150 commit 033caf5
File tree
2 files changed
+2
-0
lines changed- frontends/web/src
- components/sidebar
- style
2 files changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| 72 | + | |
72 | 73 | | |
73 | 74 | | |
74 | 75 | | |
| |||
0 commit comments