mirror of
https://github.com/KevinMidboe/zoff.git
synced 2026-01-07 01:55:34 +00:00
Fixed positions of the scrollbuttons
This commit is contained in:
@@ -1113,6 +1113,16 @@ nav ul li:hover, nav ul li.active {
|
||||
width:15px;
|
||||
}
|
||||
|
||||
.rounded-bottom{
|
||||
border-bottom-right-radius: 4px;
|
||||
border-bottom-left-radius: 4px;
|
||||
}
|
||||
|
||||
.rounded-top{
|
||||
border-top-right-radius: 4px;
|
||||
border-top-left-radius: 4px;
|
||||
}
|
||||
|
||||
#top-button, #bottom-button{
|
||||
color: white;
|
||||
position: absolute;
|
||||
@@ -1130,7 +1140,7 @@ nav ul li:hover, nav ul li.active {
|
||||
}
|
||||
|
||||
.top-button-with-tabs{
|
||||
top:53px !important;
|
||||
top:48px !important;
|
||||
}
|
||||
|
||||
#bottom-button{
|
||||
|
||||
Reference in New Issue
Block a user