Feed abstract: Fix scrollbars showing on some abstracts
Some checks are pending
CI / Build, Upload, Test (push) Waiting to run

`clip` somehow doesn't do the trick.
This commit is contained in:
Abe Jellinek 2024-08-19 13:46:59 -04:00
parent 0c9200c862
commit a80a9a1598

View file

@ -17,7 +17,7 @@ html {
html, body {
background: var(--material-sidepane);
overflow: clip;
overflow: hidden;
line-height: 1.5;
}