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