Skip to content

Commit df1b3a7

Browse files
author
mrmrs
committed
Fix menu overflow container
1 parent 40178a6 commit df1b3a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<main class="w-100 bt b--black-10">
5454
<section class="bt b--black-10 bg-black-0125 w-100">
5555
<article class="pb4 pb5-ns" style="background-color: #1b418d;">
56-
<header class="ph3 ph5-ns w-100 bg-transparent pv3 mb5 bb b--black-20 overflow-container">
56+
<header class="ph3 ph5-ns w-100 bg-transparent pv3 mb5 bb b--black-20 overflow-auto">
5757
<div class="nowrap">
5858
<a title="Getting Started" href="#getting-started"
5959
class="pb2-ns f6 fw6 dim link white-80 mr2 mr3-m mr4-l dib">

src/templates/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<main class="w-100 bt b--black-10">
1313
<section class="bt b--black-10 bg-black-0125 w-100">
1414
<article class="pb4 pb5-ns" style="background-color: #1b418d;">
15-
<header class="ph3 ph5-ns w-100 bg-transparent pv3 mb5 bb b--black-20 overflow-container">
15+
<header class="ph3 ph5-ns w-100 bg-transparent pv3 mb5 bb b--black-20 overflow-auto">
1616
<div class="nowrap">
1717
<a title="Getting Started" href="#getting-started"
1818
class="pb2-ns f6 fw6 dim link white-80 mr2 mr3-m mr4-l dib">

0 commit comments

Comments
 (0)