We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaa5c8b commit 31cd1e8Copy full SHA for 31cd1e8
changes/16998-covered-done-button
@@ -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
@@ -2,9 +2,14 @@
2
3
.platform-wrapper {
4
padding: 0; // different to pad sticky subnav properly
5
- .react-tabs {
6
- &__tab-list {
7
- margin: 0 0 1.25rem;
+
+ .component__tabs-wrapper {
+ // negate problematic sticky positioning
8
+ position: initial;
9
+ .react-tabs {
10
+ &__tab-list {
11
+ margin: 0 0 1.25rem;
12
+ }
13
}
14
15
0 commit comments