Skip to content

Commit

Permalink
fix list table header floating
Browse files Browse the repository at this point in the history
  • Loading branch information
iwate committed Jun 15, 2020
1 parent 7f4a562 commit 44d469b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Business Source License 1.1
Parameters

Licensor: aiplugs (@iwate)
Licensed Work: poshapp(v.0.9.38)
Licensed Work: poshapp(v.0.9.39)
The Licensed Work is (c) 2020 aiplugs.
Additional Use Grant: You may make use of the Licensed Work, provided that
you may not use the Licensed Work for a Software
Expand All @@ -14,7 +14,7 @@ Additional Use Grant: You may make use of the Licensed Work, provided that
contractors) to access the functionality of the
Licensed Work.

Change Date: 2023-06-10
Change Date: 2023-06-15

Change License: Apache License, Version 2.0

Expand Down
2 changes: 1 addition & 1 deletion src/Aiplugs.PoshApp/Views/Shared/Pages/List.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<v-pagination v-model="page" :length="view.pageCount"></v-pagination>
</div>
<transition name="slide-x-reverse-transition">
<detail-page :script="detailScriptId" :input="detailInput" v-if="detailScriptId" v-on:close="detailScriptId=null"></detail-page>
<detail-page :script="detailScriptId" :input="detailInput" v-if="detailScriptId" v-on:close="detailScriptId=null" style="z-index:2;"></detail-page>
</transition>
<v-btn fab dark text color="grey" style="position: absolute; bottom: 8px; right: 8px;" v-on:click="gotoEditor">
<v-icon>mdi-xml</v-icon>
Expand Down
2 changes: 1 addition & 1 deletion src/Aiplugs.PoshApp/electron.manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"appId": "com.aiplugs.poshapp",
"productName": "POSH App",
"copyright": "Copyright © 2019",
"buildVersion": "0.9.38",
"buildVersion": "0.9.39",
"compression": "maximum",
"generateUpdatesFilesForAllChannels": true,
"directories": {
Expand Down

0 comments on commit 44d469b

Please sign in to comment.