From ff32ab95aedd23313fe4d603f1ece42b59d4cdce Mon Sep 17 00:00:00 2001 From: Hailey Date: Thu, 10 Oct 2024 21:13:37 -0700 Subject: [PATCH] add a comment --- bskyweb/templates/base.html | 1 + web/index.html | 1 + 2 files changed, 2 insertions(+) diff --git a/bskyweb/templates/base.html b/bskyweb/templates/base.html index d83f3fae52..59cf39d02c 100644 --- a/bskyweb/templates/base.html +++ b/bskyweb/templates/base.html @@ -75,6 +75,7 @@ top: 50%; transform: translateX(-50%) translateY(-50%) translateY(-50px); } + /* We need this style to prevent web dropdowns from shifting the display when opening */ body { width: 100%; } diff --git a/web/index.html b/web/index.html index 59b5200bd5..7b29597bb7 100644 --- a/web/index.html +++ b/web/index.html @@ -80,6 +80,7 @@ top: 50%; transform: translateX(-50%) translateY(-50%) translateY(-50px); } + /* We need this style to prevent web dropdowns from shifting the display when opening */ body { width: 100%; }