diff --git a/package.json b/package.json index e9fabb5..f8cb64b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tabs", - "version": "0.7.0", + "version": "0.7.1", "description": "Persistent and separate browser tabs in one window.", "author": { "name": "Alice Gaudon", diff --git a/resources/style/index.css b/resources/style/index.css index c51069f..ae1243a 100644 --- a/resources/style/index.css +++ b/resources/style/index.css @@ -255,6 +255,7 @@ body { #services > #empty-message { display: flex !important; position: absolute; + z-index: -1; bottom: 0; width: 100%; justify-content: center;