
--- client/resources/scss/admin/content.scss
+++ client/resources/scss/admin/content.scss
... | ... | @@ -405,6 +405,13 @@ |
405 | 405 |
&:last-child{ |
406 | 406 |
border-radius: 0 1rem 0 0; |
407 | 407 |
} |
408 |
+ |
|
409 |
+ &.sticky{ |
|
410 |
+ position: sticky; |
|
411 |
+ top: 0; |
|
412 |
+ z-index: 1; |
|
413 |
+ background-color: #c8d0d8; |
|
414 |
+ } |
|
408 | 415 |
} |
409 | 416 |
} |
410 | 417 |
|
... | ... | @@ -424,12 +431,10 @@ |
424 | 431 |
} |
425 | 432 |
} |
426 | 433 |
|
427 |
- |
|
434 |
+ } |
|
428 | 435 |
&.overflow-y{ |
429 | 436 |
overflow-y: auto; |
430 | 437 |
} |
431 |
- } |
|
432 |
- |
|
433 | 438 |
|
434 | 439 |
} |
435 | 440 |
|
--- client/resources/scss/common/base/_reset.scss
+++ client/resources/scss/common/base/_reset.scss
... | ... | @@ -9,6 +9,7 @@ |
9 | 9 |
word-break: keep-all; |
10 | 10 |
word-wrap: break-word; |
11 | 11 |
-webkit-tap-highlight-color : transparent; |
12 |
+ overflow: hidden; |
|
12 | 13 |
// scroll-behavior: smooth; |
13 | 14 |
} |
14 | 15 |
html { |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?