Created
November 9, 2016 19:56
-
-
Save mathjazz/5dddcf863d0e62c80fc8f5c45a8617ba to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/css/mqm.css b/css/mqm.css | |
index efc0f46..96794a9 100644 | |
--- a/css/mqm.css | |
+++ b/css/mqm.css | |
@@ -52,6 +52,10 @@ bottom: 0;*/ | |
#mqm_review { | |
text-align: left; | |
display: none; | |
+ position: absolute; | |
+ top: 160px; | |
+ bottom: 0; | |
+ width: 100%; | |
} | |
#mqm_review li:hover { | |
@@ -66,8 +70,7 @@ bottom: 0;*/ | |
#mqm_tabs { | |
- /*height: calc(100% - 104px);*/ | |
- height: 350px; | |
+ height: calc(100% - 130px); | |
position: relative; | |
} | |
@@ -79,7 +82,6 @@ position: relative; | |
position: absolute; | |
right: 0; | |
top: 43px; | |
- height: 100%; | |
} | |
#mqm_tabs li.active { | |
@@ -88,6 +90,8 @@ position: relative; | |
#mqm_comments_list { | |
margin: 0px; | |
+ height: calc(100% - 41px); | |
+ overflow-y: auto; | |
} | |
#mqm_comments_list li { | |
diff --git a/css/translate.css b/css/translate.css | |
index 9e622fb..4900b1f 100644 | |
--- a/css/translate.css | |
+++ b/css/translate.css | |
@@ -1534,7 +1534,7 @@ p#sign-in-required > a#sidebar-signin { | |
#helpers { | |
background: #3F4752; | |
- height: calc(60% - 104px); | |
+ height: calc(90% - 206px); | |
position: relative; | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment