# HG changeset patch # User www-data # Date 1462904454 -3600 # Node ID 9b4d7c57a78c90b7f89f0f3cbd7103d3bd1e9a04 # Parent cb01bc04ab2c414f0d15b59e8d78dfa890ffc961# Parent 9978360ade433cdef078810ac92fc57aa2713ac0 Merge branch 'master' of https://github.com/BrechtDeMan/WebAudioEvaluationTool diff -r cb01bc04ab2c -r 9b4d7c57a78c css/core.css --- a/css/core.css Tue May 10 18:21:07 2016 +0100 +++ b/css/core.css Tue May 10 19:20:54 2016 +0100 @@ -42,12 +42,13 @@ border-radius: 10px; box-shadow: 0px 0px 50px #000; z-index: 10; - position: fixed; + position: fixed; } div#popupContent { margin-top: 20px; margin-bottom: 35px; + overflow: auto; } div#popupTitleHolder { @@ -56,7 +57,11 @@ max-height: 250px; overflow: auto; margin-bottom: 5px; - text-align: center; + padding: 8px; +} + +#popupTitle { + white-space: pre-line; } div#popupResponse { @@ -203,4 +208,15 @@ width: 8px; padding: 0 5px; height: 290px; -} \ No newline at end of file +} + +::-webkit-scrollbar { + -webkit-appearance: none; + width: 7px; +} + +::-webkit-scrollbar-thumb { + border-radius: 4px; + background-color: rgba(0,0,0,.5); + -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5); +}