Make muses 'pixel' invisible, remove scrollbar from player widget page

This commit is contained in:
Duncan Sommerville 2015-08-19 17:33:55 -04:00
parent a8955e2ea1
commit beb0eed1c8
2 changed files with 6 additions and 5 deletions

View file

@ -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>