mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-07 15:25:41 +01:00
Linting
This commit is contained in:
parent
54a0da8151
commit
a4e5d36a02
1 changed files with 2 additions and 4 deletions
|
|
@ -19,13 +19,11 @@
|
||||||
|
|
||||||
.sidebar-sticky {
|
.sidebar-sticky {
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 0;
|
top: 0; /* height: calc(100vh - 48px); */
|
||||||
/* height: calc(100vh - 48px); */
|
|
||||||
height: 100%;
|
height: 100%;
|
||||||
padding-top: 0.5rem;
|
padding-top: 0.5rem;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
overflow-y: auto;
|
overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
|
||||||
/* Scrollable contents if viewport is shorter than content. */
|
|
||||||
}
|
}
|
||||||
@supports ((position: -webkit-sticky) or (position: sticky)) {
|
@supports ((position: -webkit-sticky) or (position: sticky)) {
|
||||||
.sidebar-sticky {
|
.sidebar-sticky {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue