reverted overflow-x : hidden

something is causing overflow in that container but cant find it
This commit is contained in:
Hugo Dias
2013-03-15 17:41:35 +00:00
parent 2e9b667768
commit 122dd749e5
+1 -2
View File
@@ -74,8 +74,7 @@
}
.details-container {
height: 100%;
overflow-y: auto;
overflow-x: hidden;
overflow: auto;
float: right;
width: 70%;
background: #DADADA;