We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91ab1c1 commit fbe69caCopy full SHA for fbe69ca
1 file changed
src/generic/sidebar/index.scss
@@ -1,11 +1,15 @@
1
.sidebar {
2
+ position: sticky;
3
+ top: 0;
4
+ align-self: flex-start;
5
+ max-height: 100vh;
6
+
7
.sidebar-content {
8
flex: 0 1 auto;
9
min-width: 440px;
10
overflow-y: auto;
- min-height: 100vh;
- height: 100%;
- max-height: 300vh;
11
+ height: 100vh;
12
13
14
/*
15
* Change the styles for tabs in all sidebars.
0 commit comments