莉特雅

Results 6 comments of 莉特雅

怪不得nuxt.js里头炸了。。。

这是个不错的选择 https://zh.nuxtjs.org/api/components-no-ssr/ 用这个手法让代码在浏览器执行看看行不行(我不太会,不好意思) https://zh.nuxtjs.org/faq/window-document-undefined/ 我这么整的: 1. plugin 插件 plugins\nest.js ```vue import Vue from 'vue' import vueCanvasNest from 'vue-canvas-nest' Vue.component('vue-canvas-nest', vueCanvasNest) ``` 2. 配置 nuxt.config.js ```js plugins: [ {src: '~/plugins/nest.js', mode:...

same problem guess where is the scrollbar ![scrollbar](https://user-images.githubusercontent.com/22849803/130095159-b20be1e6-dae0-4827-af3c-8225db92ff82.jpg)

Hi! I realize that `` are inline element, could cause overflow. [Bootstrap's strategy](https://getbootstrap.com/docs/5.3/content/tables/#responsive-tables) is wrap table with `` container (with `overflow-x: auto`). I hardly add `block overflow-x-auto` for ``s. Another...

By the way, maybe right panel little big for my phone, fortunately, close button still usable. ![Screenshot_2024-05-07-05-07-53-928_com microsoft emmx](https://github.com/vially/wayland-explorer/assets/22849803/4f62f0a8-9474-4391-a37c-e522f35a27bf)

> FYI make sure you are rebased on top of #63 as it addresses the same problem for Wayland data table, and fixed the layout for me completely. (The overflow...