From e53184ac28fd260d63e8a9515dd9546cb08ae7b3 Mon Sep 17 00:00:00 2001 From: Kris Date: Fri, 25 Apr 2025 11:35:00 -0400 Subject: [PATCH] UX: fix experimental new new positioning (#151) These styles were added for bulk select positioning, but turns out they weren't needed anyway before: ![image](https://github.com/user-attachments/assets/bf752846-cb51-4872-9cb7-2d98ab7f5c8f) after: ![image](https://github.com/user-attachments/assets/4a25c776-b88c-4be6-b186-31973c6b5e05) --- scss/desktop-horizon-fixes.scss | 2 -- 1 file changed, 2 deletions(-) diff --git a/scss/desktop-horizon-fixes.scss b/scss/desktop-horizon-fixes.scss index 2766860..5e378f6 100644 --- a/scss/desktop-horizon-fixes.scss +++ b/scss/desktop-horizon-fixes.scss @@ -39,8 +39,6 @@ } &.default { - position: absolute; - right: 0; .bulk-select, span:not(.bulk-select-topics, .d-button-label) { display: none;