From: Jérémie Astor Date: Tue, 16 Feb 2021 20:23:57 +0000 (+0100) Subject: Fix overflow for mdr box (???) X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=d59caa23fc253ea3eefe6edadbf9fd892fc604a5;p=gwion.git Fix overflow for mdr box (???) --- diff --git a/custom.css b/custom.css index fad63ab7..7c74449e 100644 --- a/custom.css +++ b/custom.css @@ -1,13 +1,13 @@ .mdr { color:var(--sidebar-active); background-color:var(--sidebar-bg); - border: 5px solid var(--sidebar-fg); - padding: 10px; - margin-right: 20%; - margin-left: 20%; - moz-border-radius: 15px; - -webkit-border-radius: 15px; - overflow: scroll; + border: 1px solid var(--sidebar-fg); + padding: 1%; +// margin-right: 1%; +// margin-left: 1%; +// moz-border-radius: 1%; +// -webkit-border-radius: 1%; + overflow: auto; } footer {