Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mcrwfrd/hugo-frances-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Crawford <michael@crawford.io>2019-08-03 00:20:49 +0300
committerMichael Crawford <michael@crawford.io>2019-08-03 00:20:49 +0300
commit644bf28a919898eb5cd4191f888387cbcf341a84 (patch)
treef8508f4cda6fb7dc883ed59be24c89b84971f975
parent23dff2f1e5f3fd63d80d0a360604db78b4ae7a5a (diff)
Fix overflow in grid
-rw-r--r--static/css/component.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/static/css/component.css b/static/css/component.css
index eb30090..7037215 100644
--- a/static/css/component.css
+++ b/static/css/component.css
@@ -47,7 +47,7 @@
margin-top: 10px;
text-align: left;
height: 0;
- overflow: hidden;
+ overflow: scroll;
}
.og-expander-inner {
@@ -194,4 +194,4 @@
.og-fullimg { display: none; }
.og-details { float: none; width: 100%; }
.og-expander-inner { height: auto; }
-} \ No newline at end of file
+}