fix(modal): do not prevent scrolling on mobile
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Maybe related to https://github.com/go-vikunja/vikunja/issues/325
This commit is contained in:
parent
b4ea1bb86a
commit
6a5342bd49
@ -249,13 +249,8 @@ $modal-width: 1024px;
|
||||
}
|
||||
|
||||
@media print, screen and (max-width: $tablet) {
|
||||
body:has(.modal-mask) {
|
||||
height: auto;
|
||||
overflow: visible;
|
||||
|
||||
#app {
|
||||
display: none;
|
||||
}
|
||||
body:has(.modal-mask) #app {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
Reference in New Issue
Block a user