fix(modal): do not prevent scrolling on mobile
Maybe related to https://github.com/go-vikunja/vikunja/issues/325 (cherry picked from commit 6a5342bd49b53903e19ac4297312963c7dcdad32)
This commit is contained in:
parent
7bc93757c7
commit
983c02964c
@ -249,13 +249,8 @@ $modal-width: 1024px;
|
|||||||
}
|
}
|
||||||
|
|
||||||
@media print, screen and (max-width: $tablet) {
|
@media print, screen and (max-width: $tablet) {
|
||||||
body:has(.modal-mask) {
|
body:has(.modal-mask) #app {
|
||||||
height: auto;
|
display: none;
|
||||||
overflow: visible;
|
|
||||||
|
|
||||||
#app {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user