Prevent widget being hidden on race condition

This commit is contained in:
Basti 2017-11-12 14:56:50 +01:00
parent c0dfbd5077
commit 0db37c96f5

View File

@ -6,6 +6,7 @@
position: fixed;
right: 0.5rem;
top: 0.5rem;
z-index: 1;
}
#app-container {