Make muses 'pixel' invisible, remove scrollbar from player widget page
This commit is contained in:
parent
a8955e2ea1
commit
beb0eed1c8
2 changed files with 6 additions and 5 deletions
|
@ -337,7 +337,7 @@
|
|||
not work. It has to be "visible" on the page. As a hacky work around we
|
||||
set the height and width to 1px so users will not see it.
|
||||
*/
|
||||
#muses_skin{width:1px; height:1px; overflow-x: hidden; overflow-y: hidden;}
|
||||
#muses_skin{width:0; height:0; overflow: hidden;}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue