Overflow hidden on settingsbar

This commit is contained in:
Kasper Rynning-Tønnesen
2016-04-28 17:19:04 +02:00
parent ca6f9bb815
commit e13939eccb
2 changed files with 5 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
//importScripts('/static/dist/lib/cache-polyfill.js'); //importScripts('/static/dist/lib/cache-polyfill.js');
var version = 'v1.3'; var version = 'v1.3.1';
var CACHE_FILES = [ var CACHE_FILES = [
'https://chart.googleapis.com/chart?chs=150x150&cht=qr&chl=https://zoff.no/&choe=UTF-8&chld=L%7C1', 'https://chart.googleapis.com/chart?chs=150x150&cht=qr&chl=https://zoff.no/&choe=UTF-8&chld=L%7C1',
'https://fonts.googleapis.com/icon?family=Material+Icons', 'https://fonts.googleapis.com/icon?family=Material+Icons',

View File

@@ -1331,6 +1331,10 @@ nav ul li:hover, nav ul li.active {
right: 0; right: 0;
} }
#settings-bar{
overflow:hidden;
}
#remote_channel{ #remote_channel{
color:#2d2d2d; color:#2d2d2d;
width:90%; width:90%;