0
0
Fork 0

Fix Chromium showing scrollbar on embedded posts (#33237)

This commit is contained in:
Claire 2024-12-10 14:02:17 +01:00 committed by GitHub
parent 801cd731be
commit 58c5068bda
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 7 deletions

View file

@ -107,13 +107,7 @@ body {
&.embed {
margin: 0;
padding-bottom: 0;
.container {
position: absolute;
width: 100%;
height: 100%;
overflow: hidden;
}
overflow: hidden;
}
&.admin {