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 <jacob@fleetdm.com>
This commit is contained in:
Jacob Shandling
2024-02-20 11:49:34 -08:00
committed by GitHub
co-authored by Jacob Shandling
parent eaa5c8bf56
commit 31cd1e89d3
2 changed files with 9 additions and 3 deletions
+1
View File
@@ -0,0 +1 @@
- Fix a bug where the "Done" button on the add hosts modal for plain osquery could be covered.
@@ -2,9 +2,14 @@
.platform-wrapper {
padding: 0; // different to pad sticky subnav properly
.react-tabs {
&__tab-list {
margin: 0 0 1.25rem;
.component__tabs-wrapper {
// negate problematic sticky positioning
position: initial;
.react-tabs {
&__tab-list {
margin: 0 0 1.25rem;
}
}
}