mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-11 18:50:50 +00:00
LibWeb/CSS: Add overflow hidden to UA stylesheet for marquee element
This commit is contained in:
parent
b0e061b943
commit
b165ffc868
Notes:
github-actions[bot]
2024-12-28 11:19:22 +00:00
Author: https://github.com/shannonbooth
Commit: b165ffc868
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3073
Reviewed-by: https://github.com/AtkinsSJ ✅
3 changed files with 25 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue