diff options
Diffstat (limited to 'packages/taler-wallet-webextension/src/pwa/index.html')
-rw-r--r-- | packages/taler-wallet-webextension/src/pwa/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/taler-wallet-webextension/src/pwa/index.html b/packages/taler-wallet-webextension/src/pwa/index.html index 036e30722..da1bcc479 100644 --- a/packages/taler-wallet-webextension/src/pwa/index.html +++ b/packages/taler-wallet-webextension/src/pwa/index.html @@ -20,7 +20,7 @@ /* Setup the popup overlay */ .overlay { - /* TODO: Consider moving it ot the top right of the screen, like an actual popup usually is */ + /* TODO: Consider moving it to the top right of the screen, like an actual popup usually is */ position: fixed; top: 0px; left: 0px; |