1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-11-22 09:46:57 +01:00

pre scrollbars cleanup

This commit is contained in:
Matthias Kretschmann 2017-06-29 15:39:43 +02:00
parent ceee69ae1e
commit 38f8d91982
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -56,7 +56,7 @@
font-style: italic;
border: 1px solid $gray-dark;
background: none;
overflow-x: hidden;
overflow: hidden;
@media ($screen-sm) {
min-height: 340px;
@ -121,6 +121,8 @@
background: none;
padding: $spacer * 1.5 0 0;
margin-bottom: 0;
overflow-y: hidden;
overflow-x: auto;
}
}