Skip to content

Commit ae1afc1

Browse files
JeanMechepkozlowski-opensource
authored andcommitted
docs(docs-infra): fix padding issue with tutorial editor. (angular#61924)
This allow the console to be entirly visible without scrolling to the bottom of the page. PR Close angular#61924
1 parent 0576724 commit ae1afc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adev/src/app/features/tutorial/tutorial.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ $column-width: calc(50% - #{$resizer-width} - var(--layout-padding));
142142
width: 100%;
143143
min-width: 300px;
144144
padding-block-start: var(--layout-padding);
145-
height: 100vh;
145+
height: calc(100vh - var(--layout-padding));
146146

147147
// should be suprior to the tutorial content or the tooltip won't integrate properly
148148
z-index: var( --z-index-nav);

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy