Try hiding scrollbars
This commit is contained in:
parent
8223e42e56
commit
d891423354
2 changed files with 7 additions and 0 deletions
|
@ -5,6 +5,10 @@
|
|||
<title>c-flo info display</title>
|
||||
<script src="/dist/infodisplay.js" type="text/javascript"></script>
|
||||
<style>
|
||||
::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'ceva';
|
||||
|
|
Loading…
Reference in a new issue