1
0
mirror of https://github.com/phuoc-ng/csslayout.git synced 2025-08-12 17:14:19 +02:00

Merge pull request #80 from marko-hologram/sticky-header-border

Fix typo for border-bottom declaration on "Sticky header" example
This commit is contained in:
phuoc-ng
2019-12-07 16:48:30 +07:00
committed by GitHub

View File

@@ -18,7 +18,7 @@ const Details: React.FC<{}> = () => {
<div
style={{
backgroundColor: '#FFF',
borderBottom: '1ox solid rgba(0, 0, 0, 0.3)',
borderBottom: '1px solid rgba(0, 0, 0, 0.3)',
padding: '16px',
position: 'sticky',
top: 0,