diff --git a/devplacepy/static/css/feed.css b/devplacepy/static/css/feed.css index e554bb7..e2584ea 100644 --- a/devplacepy/static/css/feed.css +++ b/devplacepy/static/css/feed.css @@ -221,25 +221,13 @@ .feed-right { position: sticky; top: calc(var(--nav-height) + 1rem); - max-height: calc(100vh - var(--nav-height) - 2rem); - overflow-y: auto; - overscroll-behavior: contain; - scrollbar-width: none; - -ms-overflow-style: none; display: flex; flex-direction: column; gap: 1rem; } -.feed-right::-webkit-scrollbar { - width: 0; - height: 0; -} - .feed-right .sidebar-card { position: static; - max-height: none; - overflow: visible; } .daily-topic-card { @@ -509,16 +497,6 @@ .leaderboard-page > aside { position: sticky; top: calc(var(--nav-height) + 1rem); - max-height: calc(100vh - var(--nav-height) - 2rem); - overflow-y: auto; - overscroll-behavior: contain; - scrollbar-width: none; - -ms-overflow-style: none; -} - -.leaderboard-page > aside::-webkit-scrollbar { - width: 0; - height: 0; } .leaderboard-main { diff --git a/devplacepy/static/css/landing.css b/devplacepy/static/css/landing.css index 05a671e..88178aa 100644 --- a/devplacepy/static/css/landing.css +++ b/devplacepy/static/css/landing.css @@ -272,16 +272,6 @@ gap: 1rem; position: sticky; top: 5rem; - max-height: calc(100vh - 5rem - 1rem); - overflow-y: auto; - overscroll-behavior: contain; - scrollbar-width: none; - -ms-overflow-style: none; -} - -.dashboard-sidebar::-webkit-scrollbar { - width: 0; - height: 0; } .dashboard-sidebar-card { diff --git a/devplacepy/static/css/post.css b/devplacepy/static/css/post.css index 723a262..1fb89fa 100644 --- a/devplacepy/static/css/post.css +++ b/devplacepy/static/css/post.css @@ -13,22 +13,10 @@ gap: 1rem; position: sticky; top: calc(var(--nav-height) + 1rem); - max-height: calc(100vh - var(--nav-height) - 2rem); - overflow-y: auto; - overscroll-behavior: contain; - scrollbar-width: none; - -ms-overflow-style: none; -} - -.post-page-sidebar::-webkit-scrollbar { - width: 0; - height: 0; } .post-page-sidebar .sidebar-card { position: static; - max-height: none; - overflow: visible; } .post-page { diff --git a/devplacepy/static/css/profile.css b/devplacepy/static/css/profile.css index 9071a72..13c947a 100644 --- a/devplacepy/static/css/profile.css +++ b/devplacepy/static/css/profile.css @@ -10,19 +10,9 @@ .profile-sidebar { position: sticky; top: calc(var(--nav-height) + 1rem); - max-height: calc(100vh - var(--nav-height) - 2rem); - overflow-y: auto; - overscroll-behavior: contain; - scrollbar-width: none; - -ms-overflow-style: none; min-width: 0; } -.profile-sidebar::-webkit-scrollbar { - width: 0; - height: 0; -} - .profile-card { background: var(--bg-card); border: 1px solid var(--border); diff --git a/devplacepy/static/css/sidebar.css b/devplacepy/static/css/sidebar.css index 6a7f526..fd90320 100644 --- a/devplacepy/static/css/sidebar.css +++ b/devplacepy/static/css/sidebar.css @@ -3,11 +3,6 @@ .sidebar-card { position: sticky; top: calc(var(--nav-height) + 1rem); - max-height: calc(100vh - var(--nav-height) - 2rem); - overflow-y: auto; - overscroll-behavior: contain; - scrollbar-width: none; - -ms-overflow-style: none; background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius-lg); @@ -15,11 +10,6 @@ padding: 1rem; } -.sidebar-card::-webkit-scrollbar { - width: 0; - height: 0; -} - .sidebar-card .sidebar-heading { font-size: 0.75rem; font-weight: 700; diff --git a/pyproject.toml b/pyproject.toml index f456abd..a523147 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "devplacepy" -version = "1.0.12" +version = "1.0.13" description = "DevPlace - The Developer Social Network" requires-python = ">=3.12" dependencies = [