Skip to content

Commit

Permalink
revert change
Browse files Browse the repository at this point in the history
  • Loading branch information
rachelbt committed Nov 27, 2024
1 parent 784544c commit 26db6cd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
5 changes: 0 additions & 5 deletions apps/docs/assets/styles/iframe.scss
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
@forward '../../../../dist/libs/styles/core/all.css';
@use '../../../../libs/shared/src/lib/sass/mixins/scrollbar' as scrollbar;
@forward 'reset';

html {
@include scrollbar.scrollbar;
}

body::before {
position: fixed;
z-index: -1;
Expand Down
7 changes: 1 addition & 6 deletions apps/docs/assets/styles/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,11 @@
@forward './welcome';
@forward './footer';
@forward './component-page';
@use '../../../../libs/shared/src/lib/sass/mixins/scrollbar' as scrollbar;

/* #region document */

html {
@include scrollbar.scrollbar;

& {
scroll-padding-top: var(--vvd-header-block-size, 64px);
}
scroll-padding-top: var(--vvd-header-block-size, 64px);
}

code {
Expand Down

0 comments on commit 26db6cd

Please sign in to comment.