diff --git a/lnurl.html b/lnurl.html index e4b007a..c8fbbad 100644 --- a/lnurl.html +++ b/lnurl.html @@ -13,7 +13,7 @@ color: #fff; text-align: center; overflow: hidden; /* Prevent scrolling */ - height: calc(100vh - 150px); /* Adjust body height */ + height: calc(100vh - 180px); /* Adjust body height */ } .popup-content { padding: 20px;