mirror of
https://gitlab.com/ryzen-controller-team/ryzen-controller.git
synced 2024-12-22 10:03:28 +07:00
fix: Release tab content is now appearing after opening windows from minized start.
This commit is contained in:
parent
56c9d827bb
commit
b079a535da
@ -10,7 +10,7 @@
|
||||
<script src="./node_modules/uikit/dist/js/uikit-icons.min.js"></script>
|
||||
<style>
|
||||
#release-tab.uk-active {
|
||||
position:absolute;display: inline-block;width: 100%;height: 100%;
|
||||
position:absolute;display: inline-block;width: 100%;height: calc(100vh - 110px);
|
||||
}
|
||||
#controller-tab h3 label,
|
||||
#experimental-tab h3 label {
|
||||
|
Loading…
Reference in New Issue
Block a user