diff --git a/ffplayout/frontend/assets/css/globals.css b/ffplayout/frontend/assets/css/globals.css index 8c2243ad..4eb17b15 100644 --- a/ffplayout/frontend/assets/css/globals.css +++ b/ffplayout/frontend/assets/css/globals.css @@ -1,3 +1,11 @@ +#__nuxt, #__layout, #__layout > div { + height: 100% +} + +.breadcrumb { + margin-bottom: .2em; +} + .browser-item { background: none; padding: .1em; @@ -40,3 +48,7 @@ .alert { margin-bottom: 0; } + +.ps__rail-y:hover { + background-color: none; +}