You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Title: Issue with Applying Styles in Version 8.3.0
framework7-bundle.js
Text:
Hello,
I'm facing an issue with applying styles in version 8.3.0 and I need your help to solve it. In version 7.1.5, the following code worked perfectly, but after upgrading to version 8.3.0, this code doesn't execute:
Title: Issue with Applying Styles in Version 8.3.0
framework7-bundle.js
Text:
Hello,
I'm facing an issue with applying styles in version 8.3.0 and I need your help to solve it. In version 7.1.5, the following code worked perfectly, but after upgrading to version 8.3.0, this code doesn't execute:
html
Copy code
<style>
.scroll {
overflow: auto;
height: 100%;
}
</style>
Could you please advise on why the styles are not being applied in the new version and how I can resolve this issue?
Thank you.
The text was updated successfully, but these errors were encountered: