IO-1461 made the sider sticky

This commit is contained in:
swtmply
2023-04-21 22:27:48 +08:00
parent d3fe2c9d06
commit 3086a654a1
2 changed files with 14 additions and 3 deletions

View File

@@ -1,9 +1,10 @@
.tech-content-container {
overflow-y: auto;
overflow-y: visible;
padding: 1rem;
background: #fff;
}
.tech-layout-container {
height: 100vh;
position: relative;
min-height: 100vh;
}