Skip to content

Instantly share code, notes, and snippets.

@mathjazz
Created October 20, 2016 18:12
Show Gist options
  • Save mathjazz/3690461765ed3beb832d1b67dc71cdf2 to your computer and use it in GitHub Desktop.
Save mathjazz/3690461765ed3beb832d1b67dc71cdf2 to your computer and use it in GitHub Desktop.
Layout
diff --git a/css/translate.css b/css/translate.css
index dcc358a..5e4530c 100644
--- a/css/translate.css
+++ b/css/translate.css
@@ -1881,7 +1881,13 @@ p#sign-in-required > a#sidebar-signin {
display: inline-block;
}
+#properties {
+ height: calc(80% - 44px);
+}
+
#properties > section {
+ height: 100%;
+ position: relative;
padding-top: 5px;
}
@@ -1942,7 +1948,7 @@ p#sign-in-required > a#sidebar-signin {
overflow: auto;
position: absolute;
bottom: 0;
- top: 42%;
+ top: 50px;
width: 100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment