fix horizontal layout issues
Fixes issues with the main content position, content widths, alignment, and spacing.
This commit is contained in:
parent
b65b93b5eb
commit
7f3b6795a6
4 changed files with 10 additions and 23 deletions
|
@ -102,8 +102,8 @@
|
|||
display: block;
|
||||
position: sticky;
|
||||
top: 5rem;
|
||||
right: 8svw;
|
||||
width: 18rem;
|
||||
width: 19rem;
|
||||
flex-shrink: 0;
|
||||
max-height: 90svh;
|
||||
overflow-y: scroll;
|
||||
z-index: 10;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue