LibWeb/CSS: Add overflow hidden to UA stylesheet for marquee element

This commit is contained in:
Shannon Booth 2024-12-28 19:52:34 +13:00 committed by Tim Ledbetter
commit b165ffc868
Notes: github-actions[bot] 2024-12-28 11:19:22 +00:00
3 changed files with 25 additions and 0 deletions

View file

@ -830,6 +830,7 @@ details[open] > summary:first-of-type {
marquee {
display: inline-block;
text-align: initial;
overflow: hidden !important;
}
/* 15.5.13 The meter element