We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c415fc commit a07141fCopy full SHA for a07141f
src/resxProvider.ts
@@ -140,8 +140,8 @@ export class ResxProvider implements vscode.CustomTextEditorProvider {
140
/>
141
</head>
142
<body>
143
- <vscode-button id="add-resource-button">Add New Resource</vscode-button>
144
<vscode-data-grid id="resource-table" aria-label="Basic" generate-header="sticky" aria-label="Sticky Header"></vscode-data-grid>
+ <vscode-button id="add-resource-button" style="position:fixed;bottom:0;left:0">Add New Resource</vscode-button>
145
<script type="module" nonce="${nonce}" src="${webviewUri}"></script>
146
</body>
147
</html>
0 commit comments