diff --git a/src/routes/Addons/styles.less b/src/routes/Addons/styles.less index be333cf2f..647b9fe26 100644 --- a/src/routes/Addons/styles.less +++ b/src/routes/Addons/styles.less @@ -27,7 +27,7 @@ .addons-content { width: 100%; - height: calc(100% + var(--bottom-overlay-size)); + height: 100%; margin-bottom: calc(var(--bottom-overlay-size) * -1); display: flex; flex-direction: column; diff --git a/src/routes/Discover/styles.less b/src/routes/Discover/styles.less index 9c6d5b5e0..b48a5e59b 100644 --- a/src/routes/Discover/styles.less +++ b/src/routes/Discover/styles.less @@ -22,7 +22,7 @@ .discover-content { width: 100%; - height: calc(100% + var(--bottom-overlay-size)); + height: 100%; margin-bottom: calc(var(--bottom-overlay-size) * -1); display: flex; flex-direction: row; diff --git a/src/routes/Library/styles.less b/src/routes/Library/styles.less index 6175f74ae..e2b4da2fc 100644 --- a/src/routes/Library/styles.less +++ b/src/routes/Library/styles.less @@ -18,7 +18,7 @@ .library-content { width: 100%; - height: calc(100% + var(--bottom-overlay-size)); + height: 100%; margin-bottom: calc(var(--bottom-overlay-size) * -1); display: flex; flex-direction: column;