Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Walter Felipe
submeta
Commits
1e10c5d5
Commit
1e10c5d5
authored
4 years ago
by
carlos
Browse files
Options
Download
Email Patches
Plain Diff
correcao do scrowbar na home
parent
841fe1fc
fixCorrecoes
carlos
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
public/css/layout.css
+3
-2
public/css/layout.css
with
3 additions
and
2 deletions
+3
-2
public/css/layout.css
View file @
1e10c5d5
...
...
@@ -214,7 +214,8 @@ body{
border-radius
:
5px
;
}
.flexcroll
{
width
:
500px
;
.flexcroll
{
width
:
500px
;
height
:
400px
;
overflow
:
scroll
;
}
...
...
@@ -236,7 +237,7 @@ body{
/* 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
;
border-radius
:
10px
;
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help