commit bf627a3cc696c796444288ef872c70a1f58cfc50
parent a57bdf1faa544a105c3d17f5ce345a4bb81bfe9d
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date: Sun, 22 Nov 2020 22:24:15 +0100
Take overflow policy out of common CSS
Diffstat:
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/commun.css b/commun.css
@@ -74,7 +74,6 @@ nav ol li {
main {
grid-row: 2;
grid-column: 1;
- overflow: auto;
background-color: #fdd;
}
diff --git a/quatuor.css b/quatuor.css
@@ -1,5 +1,6 @@
main {
display: flex;
+ overflow: auto;
}
main div {