feat: Enhance demo components with improved layout, styling, and functionality for login and dashboard views
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user