Page MenuHomePhorge

Fix invalid CSS overflow value for .phui-oi-name
Needs ReviewPublic

Authored by aklapper on Mon, Mar 24, 14:52.

Details

Reviewers
None
Group Reviewers
O1: Blessed Committers
Summary

The W3C CSS validator throws Value Error : overflow normal is not a overflow value : normal.
normal is not a valid value for overflow, as browsers currently cannot parse it they fall back to the default visible, thus change it to visible.
See https://developer.mozilla.org/en-US/docs/Web/CSS/overflow

Test Plan

Paste phui-oi-list-view.css into https://jigsaw.w3.org/css-validator/ and read some CSS docs.

Diff Detail

Repository
rP Phorge
Branch
cssOverflow (branched from master)
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 1801
Build 1801: arc lint + arc unit

Event Timeline

Thanks for this patch! Kind reminder: if you touched CSS or JavaScript, please remember to also run this:

./bin/celerity map

⚙️ Thanks! Bip bop I'm a bot - helping for T15209