mirror of
https://github.com/matrix-org/matrix.org.git
synced 2026-01-16 23:13:50 +00:00
fix: scroll bar issues in home and docs page
This commit is contained in:
parent
f1983d1d81
commit
a407fa91fd
2 changed files with 2 additions and 2 deletions
|
|
@ -11,7 +11,7 @@ header {
|
|||
}
|
||||
|
||||
.docs-body {
|
||||
width: 100vw;
|
||||
width: 100%;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@
|
|||
}
|
||||
|
||||
#elections-banner {
|
||||
width: 100dvw;
|
||||
width: 100%;
|
||||
padding: .4em 1em;
|
||||
background-color: #ffcb006b;
|
||||
text-align: center;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue