feat: Enhance demo components with improved layout, styling, and functionality for login and dashboard views

This commit is contained in:
Juergen Kunz
2025-06-17 11:45:25 +00:00
parent 8a1d830376
commit bdb666cbe2
5 changed files with 445 additions and 101 deletions

View File

@ -104,8 +104,10 @@ export const demoFunc = () => {
<style>
${css`
.demo-container {
position: relative;
height: 100vh;
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
overflow: hidden;
}