Feed abstract: Fix scrollbars showing on some abstracts
Some checks are pending
CI / Build, Upload, Test (push) Waiting to run
Some checks are pending
CI / Build, Upload, Test (push) Waiting to run
`clip` somehow doesn't do the trick.
This commit is contained in:
parent
0c9200c862
commit
a80a9a1598
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ html {
|
||||||
|
|
||||||
html, body {
|
html, body {
|
||||||
background: var(--material-sidepane);
|
background: var(--material-sidepane);
|
||||||
overflow: clip;
|
overflow: hidden;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue