Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Easier way to set the view height #175

Open
brrd opened this issue Dec 6, 2022 · 0 comments
Open

Easier way to set the view height #175

brrd opened this issue Dec 6, 2022 · 0 comments

Comments

@brrd
Copy link
Owner

brrd commented Dec 6, 2022

Is your feature request related to a problem? Please describe.
See issue and workaround: #173

Describe the solution you'd like

.etabs {
  height: 100%;
}

.views {
  height: calc(100% - 33px);
}

Then we would be able to do :

<div style="position: relative; height: 300px;">
  <tab-group new-tab-button="true" sortable="true">
  </tab-group>
</div>
<div class="footer">Footer</div>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant