mirror of
https://github.com/wukko/cobalt.git
synced 2025-05-02 15:14:27 +02:00
web: fix app height & overscroll
This commit is contained in:
parent
19661f2f72
commit
ba2d0bb67f
@ -88,6 +88,9 @@
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
background-color: var(--sidebar-bg);
|
background-color: var(--sidebar-bg);
|
||||||
color: var(--secondary);
|
color: var(--secondary);
|
||||||
|
height: 100vh;
|
||||||
|
overflow: hidden;
|
||||||
|
overscroll-behavior-y: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
:global(*) {
|
:global(*) {
|
||||||
@ -207,7 +210,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#cobalt {
|
#cobalt {
|
||||||
height: 100vh;
|
position: fixed;
|
||||||
|
height: 100%;
|
||||||
|
width: 100%;
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: calc(var(--sidebar-width) + 8px) 1fr;
|
grid-template-columns: calc(var(--sidebar-width) + 8px) 1fr;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user