We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be0f257 commit 853278aCopy full SHA for 853278a
src/welcome/admin.scss
@@ -369,6 +369,14 @@ body[class*="page_stk-"] {
369
margin-bottom: 32px;
370
padding-bottom: 0;
371
}
372
+body.settings_page_stackable {
373
+ #wpwrap {
374
+ background: #fff;
375
+ }
376
+ .s-box {
377
+ box-shadow: none !important;
378
379
+}
380
body.settings_page_stackable,
381
body.settings_page_stackable-getting-started {
382
// Hide admin notices to not mess up the welcome screen.
@@ -514,6 +522,8 @@ body.toplevel_page_stk-custom-fields {
514
522
display: flex;
515
523
flex-direction: column;
516
524
justify-content: flex-start;
525
+ box-shadow: inset 0 -18px 35px -15px #123f5240;
526
+ z-index: 1;
517
527
> * {
518
528
position: sticky;
519
529
height: 100vh;
0 commit comments