mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-18 10:52:19 +01:00
Restore height and overflow on docs sidebar
This commit is contained in:
parent
fc02932946
commit
2494140689
@ -10,6 +10,8 @@
|
||||
position: sticky;
|
||||
top: 5rem;
|
||||
z-index: 1000;
|
||||
height: calc(100vh - 7rem);
|
||||
overflow-y: auto;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user