Howto expand ui on full space of view (in code)? #3619
-
Beta Was this translation helpful? Give feedback.
Answered by
Yogesh-DevHub
Sep 13, 2024
Replies: 1 comment 1 reply
-
in css folder -> style.css add this at the end |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Alexdnk
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
in css folder -> style.css add this at the end
@media (min-width: 1536px) {
.app.svelte-1kyws56.svelte-1kyws56 {
/* max-width: 1536px; */
max-width: 100%;
}
}