Skip to content

Commit fa6ee34

Browse files
jacobshandlingJacob Shandling
authored andcommitted
UI – Uncover the "Done" button on Add hosts > advanced > plain osquery (#17002)
## –> #16998 <img width="966" alt="Screenshot 2024-02-20 at 11 23 20 AM" src="https://github.com/fleetdm/fleet/assets/61553566/2d15afe2-acfa-4e50-9877-eace26cbb3e2"> - [x] Changes file added for user-visible changes in `changes/` - [x] Manual QA for all new/changed functionality --------- Co-authored-by: Jacob Shandling <[email protected]>
1 parent 0c46aad commit fa6ee34

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

changes/16998-covered-done-button

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Fix a bug where the "Done" button on the add hosts modal for plain osquery could be covered.

frontend/components/AddHostsModal/PlatformWrapper/_styles.scss

+8-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,14 @@
22

33
.platform-wrapper {
44
padding: 0; // different to pad sticky subnav properly
5-
.react-tabs {
6-
&__tab-list {
7-
margin: 0 0 1.25rem;
5+
6+
.component__tabs-wrapper {
7+
// negate problematic sticky positioning
8+
position: initial;
9+
.react-tabs {
10+
&__tab-list {
11+
margin: 0 0 1.25rem;
12+
}
813
}
914
}
1015

0 commit comments

Comments
 (0)