Skip to content

Commit

Permalink
fix: horizontal scroll on resource table
Browse files Browse the repository at this point in the history
  • Loading branch information
KasparRosin committed Jan 16, 2023
1 parent 4d05574 commit 83390b8
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [3.4.2] - 16-01-2023

### Changed

- Fixed issue with resource overflow not being scrollable when using alongside other outl1ne packages.

## [3.4.1] - 13-01-2023

### Changed
Expand Down
2 changes: 1 addition & 1 deletion dist/css/tool.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/js/entry.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion resources/js/components/ResourceTable.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div class="o1-overflow-hidden o1-overflow-x-auto o1-relative">
<div class="o1-overflow-y-hidden o1-overflow-x-auto o1-relative">
<table
v-if="resources.length > 0"
class="o1-w-full o1-divide-y o1-divide-gray-100 dark:o1-divide-gray-700"
Expand Down

0 comments on commit 83390b8

Please sign in to comment.