Commit 1e10c5d5 authored by carlos's avatar carlos
Browse files

correcao do scrowbar na home

parent 841fe1fc
...@@ -214,7 +214,8 @@ body{ ...@@ -214,7 +214,8 @@ body{
border-radius: 5px; border-radius: 5px;
} }
.flexcroll{ width:500px; .flexcroll{
width:500px;
height:400px; height:400px;
overflow:scroll; overflow:scroll;
} }
...@@ -236,7 +237,7 @@ body{ ...@@ -236,7 +237,7 @@ body{
/* Track */ /* Track */
.flexcroll::-webkit-scrollbar-track { .flexcroll::-webkit-scrollbar-track {
box-shadow: inset 0 0 6px rgba(0,0,0,0.3); box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.61);
-webkit-border-radius: 10px; -webkit-border-radius: 10px;
border-radius: 10px; border-radius: 10px;
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment