hid overflow
This commit is contained in:
parent
3dda5b8bfb
commit
186c1253e2
1 changed files with 4 additions and 1 deletions
|
@ -3,6 +3,10 @@
|
||||||
<head>
|
<head>
|
||||||
<link rel="stylesheet" href="style/rrssb.css" />
|
<link rel="stylesheet" href="style/rrssb.css" />
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
|
body {
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: Exo;
|
font-family: Exo;
|
||||||
font-weight: light;
|
font-weight: light;
|
||||||
|
@ -135,7 +139,6 @@
|
||||||
</g>
|
</g>
|
||||||
</g>
|
</g>
|
||||||
</svg>
|
</svg>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div id = 'buttonCont'>
|
<div id = 'buttonCont'>
|
||||||
<ul class="rrssb-buttons">
|
<ul class="rrssb-buttons">
|
||||||
|
|
Loading…
Reference in a new issue