mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-12-16 11:37:58 +02:00
Merge pull request #230 from Chao-Man/develop
Fixed scrolling performance issues on Webkit based browsers.
This commit is contained in:
commit
bb48491eb2
@ -125,9 +125,9 @@ a, .btn {
|
||||
}
|
||||
|
||||
body {
|
||||
background : url('../Content/Images/background/logo.png') 50px center no-repeat fixed, #272727;
|
||||
|
||||
margin-bottom : 100px;
|
||||
background : url('../Content/Images/background/logo.png') 50px 75px no-repeat;
|
||||
background-color : #272727;
|
||||
margin-bottom : 100px;
|
||||
p {
|
||||
font-size : 0.9em;
|
||||
}
|
||||
@ -297,4 +297,4 @@ dl.info {
|
||||
.pull-right();
|
||||
position : relative;
|
||||
width : 0px;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user