mirror of
https://github.com/jgthms/bulma
synced 2026-03-21 04:34:30 -07:00
Make Customizer a floating window
This commit is contained in:
@@ -5,9 +5,23 @@
|
||||
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Vite + React</title>
|
||||
<style type="text/css">
|
||||
#bulma-customizer-app {
|
||||
background: var(--bulma-body-background-color);
|
||||
border-radius: 0.5rem;
|
||||
border: 1px solid var(--bulma-border);
|
||||
bottom: 1rem;
|
||||
overflow: auto;
|
||||
position: fixed;
|
||||
right: 1rem;
|
||||
top: 1rem;
|
||||
width: 33rem;
|
||||
z-index: 100;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
<div id="bulma-customizer-app"></div>
|
||||
<div id="scope" class="is-hidden">
|
||||
<div class="breadcrumb"></div>
|
||||
<div class="card"></div>
|
||||
@@ -25,7 +39,7 @@
|
||||
<div class="icon"></div>
|
||||
<div class="notification"></div>
|
||||
<div class="progress"></div>
|
||||
<div class="table"></div>
|
||||
<table class="table"></table>
|
||||
<div class="tag"></div>
|
||||
<div class="title"></div>
|
||||
<input class="input">
|
||||
|
||||
Reference in New Issue
Block a user