Fix usage bar position in the settings app

pull/1/head
yflory 2018-02-08 12:28:53 +01:00
parent c9243b7b46
commit 81ea3b14d7
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@
background: blue;
position: absolute;
left: 0;
top: 0;
z-index: 1; // .usage
&.cp-limit-usage-normal {
background: @colortheme_green;